Skip to content

Commit 66111f4

Browse files
authored
chore(docs): Fix a typo (#26656)
1 parent dbe6767 commit 66111f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/path-prefix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Many applications are hosted at something other than the root (`/`) of their dom
66

77
For example, a Gatsby blog could live at `example.com/blog/`, or a site could be hosted on GitHub Pages at `example.github.io/my-gatsby-site/`.
88

9-
Each of these sites need a prefix added to all paths on the site. So a link to
9+
Each of these sites needs a prefix added to all paths on the site. So a link to
1010
`/my-sweet-blog-post/` should be rewritten as `/blog/my-sweet-blog-post`.
1111

1212
In addition, links to various resources (JavaScript, CSS, images, and other static content) need the same prefix, so that the site continues to function correctly when served with the path prefix in place.

0 commit comments

Comments
 (0)