Skip to content

Commit

Permalink
Fix typo (gatsbyjs#3477)
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts authored and jastack committed Jan 24, 2018
1 parent f9846a2 commit 84c31f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-create-client-paths/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# gatsby-plugin-create-client-paths

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

## Usage
Expand Down

0 comments on commit 84c31f6

Please sign in to comment.