docs
docs copied to clipboard
Fix `at lease` instead of `at least` typo
Why:
There are multiple typos
What's being changed (if available, include any code snippets, screenshots, or gifs):
Changed all occurrence of at lease
to at least
Check off the following:
- [ ] I have reviewed my changes in staging (look for the "Automatically generated comment" and click the links in the "Preview" column to view your latest changes).
- [X] For content changes, I have completed the self-review checklist.
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: .devcontainer/** .github/actions-scripts/** .github/workflows/** .github/CODEOWNERS assets/fonts/** data/graphql/** Dockerfile* lib/graphql/** lib/redirects/** lib/rest/** lib/webhooks/** package*.json scripts/** translations/** content/actions/deployment/security-hardening-your-deployments/**
You'll need to revert all of the files you changed in that list using GitHub Desktop or git checkout origin/main <file name>
. Once you get those files reverted, we can continue with the review process. :octocat:
@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! :zap:
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.