Skip to content

Commit 84c31f6

Browse files
LekoArtsjastack
authored andcommitted
Fix typo (gatsbyjs#3477)
1 parent f9846a2 commit 84c31f6

File tree

1 file changed

+1
-1
lines changed
  • packages/gatsby-plugin-create-client-paths

1 file changed

+1
-1
lines changed

packages/gatsby-plugin-create-client-paths/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# gatsby-plugin-create-client-paths
22

33
Use this plugin to simplify creating a “hybrid” Gatsby app with both statically
4-
rendered pages as well as "client-paths". These paths exist exist on the client
4+
rendered pages as well as "client-paths". These paths exist on the client
55
only and do not correspond to `index.html` files in an app's built assets.
66

77
## Usage

0 commit comments

Comments
 (0)