Problem/Motivation
These three words are mostly used in *.api.php files and other documentation. They are often together so I have grouped them into this one issue.
Steps to reproduce
Proposed resolution
- anothermodule
- mydriver - removed from ignore lines
- mymodule
Merge request link
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | Screenshot 2024-01-29 at 10.47.46 AM.png | 172.18 KB | arunkumark |
Issue fork drupal-3417675
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3417675-correct-mymodule-mydriver
changes, plain diff MR !6359
Comments
Comment #3
quietone commentedComment #4
arunkumarkVerified the MR 6359 is working as expected. The MR updated the spelling for the 3 words(anothermodule, mydriver and mymodule). Tested manually using the grep command. Below command used to test.
grep -nr 'anothermodule'grep -nr 'mydriver'grep -nr 'mymodule'Comment #6
longwave@arunkumark posting screenshots of terminals is not required, it's fine just to copy/paste the output between
<code>tags.Committed 451be83 and pushed to 11.x. Thanks!
Did not backport cleanly to 10.2.x, not sure it is worth the effort.