Closed (fixed)
Project:
Drupal core
Version:
9.1.x-dev
Component:
documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
22 May 2020 at 06:10 UTC
Updated:
12 Jun 2020 at 01:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
sja112 commentedComment #3
sivaji_ganesh_jojodae commentedThe patch applies cleanly & works as advertised.
On a related note, Grammarly recommends using a hyphen
'#decription' => 'Just client side validation, using the #pattern attribute.',to
'#decription' => 'Just client-side validation, using the #pattern attribute.',Most of these spelling issues seem to exists in 8.x as well.
Comment #4
kunalgautam commentedPatch #2 is working fine.
Good to move to RTBC
Comment #5
ketikagrover commentedComment #6
ketikagrover commentedlooks good to me #patch 2
Comment #7
xjmWe should also fix: descripcion
Thanks!
Comment #8
xjmNope, never mind, that's non-English content in a test. Just did not recognize it because it's missing the accent. (Maybe it's Catalan or something and not Spanish? Anyway, it shouldn't be included.)
Comment #13
xjmThis is an actual legit bug in the test form fixture.
Given that, I tracked down the test where it is used (
emacs core/modules/system/tests/src/Functional/Form/ValidationTest.php) to make sure the test wasn't missing intended test coverage. I confirmed the description is not actually relevant in this case.@kkalashnikov, please don't attach screenshots of your CLI. "Looks good to me" also normally doesn't receive credit for a review comment. Instead, describe what you reviewed and how. In this case, I'm going to grant you credit because I checked the screenshot and you were trying to help confirm that there were no more results in grep, but next time, you can copy and paste the CLI input and output into an issue
<code>tag. Also usegrep -rifor a case-insensitive search. Thanks!Similar advice for @ketikagrover: Describe what you reviewed, and how. Thanks!
@DevJoJodae, I agree about the hyphen for "client-side"; in fact, I'm kind of famous for being the committer that marks patches "Needs work" for that grammar issue. :) However, in this case it's out of scope, as the only goal of the issue is to correct this one kind of typo everywhere so it can be added to core's spellcheck dictionary.
Committed to 9.1.x, and backported to 9.0.x, 8.9.x, and 8.8.x as an allowed fix to test data. Thanks!