-
Notifications
You must be signed in to change notification settings - Fork 62.2k
Typo in the example code #1316
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
Typo in the example code #1316
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. |
@ariG23498 Thanks so much for opening a PR! I'll get this triaged for review ✨ |
This PR is stale because it has been open 7 days with no activity and will be automatically closed in 3 days. To keep this PR open, update the PR by adding a comment or pushing a commit. |
Thanks for your patience @ariG23498! Our small team is working our way through all the amazing contributions ✨ |
Thank you for the reply. I am eager to getting this PR merged 😄 |
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.
Thank you for fixing the typo, @ariG23498! We really appreciate all these contributions to help improve our docs 😊
I'll get this merged shortly!
Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. |
* static assets should not use csrf (Set-Cookie) Part of #1316 * move setFastlySurrogateKey up too
* 301 redirects should not set-cookie Part of #1316 * Update release-notes.js * No public facing doc changes (#23355) Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com> * New translation batch for pt (#23362) * Add crowdin translations * Run script/i18n/homogenize-frontmatter.js * Run script/i18n/fix-translation-errors.js * Run script/i18n/lint-translation-files.js --check parsing * Run script/i18n/lint-translation-files.js --check rendering * run script/i18n/reset-known-broken-translation-files.js * Check in pt CSV report * 24h cache all internal redirects without language prefix (#23354) Part of #1271 * Redirects for root path should not set-cookie in all supported languages (#23377) * test: add case when unsupported language is specified in redirect * test: assert root redirects to appropriate language preference if specified * refactor: remove redundant unit test * refactor: re-order units starting with affirmative case * refactor: remove single-use variable from unit * fix: re-include previous unit with udpated description Co-authored-by: Octomerger Bot <63058869+Octomerger@users.noreply.github.com> Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com> Co-authored-by: Rogan Ferguson <40493721+roferg@users.noreply.github.com> Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com> Co-authored-by: docubot <67483024+docubot@users.noreply.github.com> Co-authored-by: Francis <15894826+francisfuzz@users.noreply.github.com> Co-authored-by: Octomerger Bot <63058869+Octomerger@users.noreply.github.com>
* Add video to documentation * Clean up queries Co-authored-by: Lana Brindley <github@lanabrindley.com>
A small typo in the comments.
Why:
I am suggesting this change becuase I have found a small
typo
in the code. Thelatest ubuntu
did not have thet
in place.What's being changed:
A spelling mistake is being taken care of. In the github actions quickstart guide, the spelling of
latest
has a missingt
.Check off the following: