Skip to content
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

chore(docs): Fix grammar in add-404-page #29079

Merged
merged 1 commit into from
Jan 19, 2021
Merged

chore(docs): Fix grammar in add-404-page #29079

merged 1 commit into from
Jan 19, 2021

Conversation

nathanchu
Copy link
Contributor

Description

I've fixed the phrasing in the add-404-page.md document:

- To create a 404 page create a page whose path matches the regex `^\/?404\/?$` (`/404/`, `/404`, `404/` or `404`). Most often you'll want to create a React component page at `src/pages/404.js`.
+ To create a 404 page create a page whose path matches the regex `^\/?404\/?$` (`/404/`, `/404`, `404/` or `404`), most often you'll want to create a React component page at `src/pages/404.js`.

Documentation

N/A

Related Issues

N/A

This is my first PR to gatsby, if there's anything I should do please tell me.

@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Jan 18, 2021
Copy link
Contributor

@LekoArts LekoArts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@LekoArts LekoArts added type: documentation An issue or pull request for improving or updating Gatsby's documentation and removed status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer labels Jan 19, 2021
@LekoArts LekoArts changed the title [docs] Fix grammar in add-404-page.md chore(docs): Fix grammar in add-404-page Jan 19, 2021
@LekoArts LekoArts merged commit c865d19 into gatsbyjs:master Jan 19, 2021
@nathanchu nathanchu deleted the patch-1 branch January 19, 2021 14:40
pragmaticpat pushed a commit to pragmaticpat/gatsby that referenced this pull request Apr 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation An issue or pull request for improving or updating Gatsby's documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants