Skip to content

## Issue: Typographical Error in Documentation ("an bug/issue" instead of "a bug/issue") #3696

@DailyInvestors

Description

@DailyInvestors

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

  1. Navigate to the above README files in the repository.
  2. Locate the "Questions/problems?" section.
  3. 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

No one assigned

    Labels

    size: mPull request size is medium.type: docsImprovement to the documentation for an API.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions