Correct typos in developer documentation#13119
Conversation
|
Hi @jugglinmike This looks great! Any particular reason why this is still a draft? Note tat if you want this to be reviewed by NV Access developers you should mark it as ready for review. |
|
Thanks for the heads up, @lukaszgo1! The draft status must have been a mistake on my part. |
|
Hello I can see that you have modified First of all, I did not know that translated versions of the developer's guided existed in NVDA. Looking in the I can see two options:
In any case, I think that only the English file should be modified. Cc @bdorer, @mhameed who have committed on these files. |
| For example, event_gainFocus takes the NVDA Object that represents the control gaining focus. | ||
| - Scripts, events or other code may fetch objects of interest such as the NVDA Object with focus, NVDA's current navigator object, or perhaps the Desktop NVDA Object. | ||
| The code may then retreave information from that object or perhaps even retreave another object related to it (e.g. its parent, first child, etc.). | ||
| The code may then retrieve information from that object or perhaps even retrieve another object related to it (e.g. its parent, first child, etc.). |
There was a problem hiding this comment.
Please remove the changes from this file
|
@CyrilleB79, I agree that option 2 should be considered in a separate PR. I would want to confirm that these should be removed with other developers, and investigate why they were added and if anybody is relying on them. |
FYI, I have opened #13333 to track this. |
Link to issue number:
n/a
Summary of the issue:
The developer documentation has a few spelling errors
Description of how this pull request fixes the issue:
This patch corrects the spelling errors
Testing strategy:
n/a
Known issues with pull request:
none
Change log entries:
New features
Changes
Bug fixes
For Developers
Code Review Checklist: