-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
size: mPull request size is medium.Pull request size is medium.type: docsImprovement to the documentation for an API.Improvement to the documentation for an API.
Description
Summary
There is a repeated typographical error in the documentation files for several APIs (such as checks, factchecktools, etc.) in this repository. The phrase "If you've found an bug/issue, please file it on GitHub" is grammatically incorrect; it should read "If you've found a bug/issue, please file it on GitHub".
Affected Files
Examples:
Other API subdirectories may have the same issue.
Steps to Reproduce
- Navigate to the above README files in the repository.
- Locate the "Questions/problems?" section.
- Observe the sentence:
If you've found an bug/issue, please file it on GitHub.
Suggested Fix
Update the text in all affected README files to correct the grammar:
Change from:
If you've found an bug/issue, please [file it on GitHub](https://github.com/googleapis/google-api-nodejs-client/issues).
Change to:
If you've found a bug/issue, please [file it on GitHub](https://github.com/googleapis/google-api-nodejs-client/issues).
Example Patch
- If you've found an bug/issue, please [file it on GitHub](https://github.com/googleapis/google-api-nodejs-client/issues).
+ If you've found a bug/issue, please [file it on GitHub](https://github.com/googleapis/google-api-nodejs-client/issues).Impact
Correcting this improves the professionalism of the documentation and avoids confusion for users.
Metadata
Metadata
Assignees
Labels
size: mPull request size is medium.Pull request size is medium.type: docsImprovement to the documentation for an API.Improvement to the documentation for an API.