-
Notifications
You must be signed in to change notification settings - Fork 62.1k
Fix at lease
instead of at least
typo
#22952
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
👋 Hey there spelunker. It looks like you've modified some files that we can't accept as contributions. The complete list of files we can't accept are: You'll need to revert all of the files you changed in that list using GitHub Desktop or |
at lease
instead of at least
typoat lease
instead of at least
typo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@Greesb - Thanks for opening an PR! I've made a slight edit to your post to link it to your issue. For more information on how to do that, see "Linking a pull request to an issue". 👍 I'll get this triaged for review! ⚡ |
Hi @Greesb 👋🏻 Many thanks for identifying this typo in the REST API docs 🙇🏻♀️ Our docs for the REST API articles are generated automatically from an OpenAPI schema, which is why your pull request triggered the warning above. Having autogenerated docs makes it easier to ensure that they are updated whenever the API is updated, but does have the side effect that we'll need to fix this typo in a different repository. I'll trigger a workflow that will transfer your issue to the API schema repository. |
Closing because this needs to be fixed in a different repository. |
Why:
There are multiple typos
Closes github/rest-api-description#2020
What's being changed (if available, include any code snippets, screenshots, or gifs):
Changed all occurrence of
at lease
toat least
Check off the following: