Skip to content

Commit

Permalink
chore(docs): remove extra "you" (typo) (#27125)
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoltorres committed Sep 28, 2020
1 parent 8807fea commit 587b33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/recipes/working-with-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module.exports = {
}
```

_The instructions found in the README of the plugin you're using can you help you determine specifics about what configurations (if any) it requires. For this example to have an effect in your own site, you would need to create the `src/images` folder and place files inside of it._
_The instructions found in the README of the plugin you're using can help you determine specifics about what configurations (if any) it requires. For this example to have an effect in your own site, you would need to create the `src/images` folder and place files inside of it._

3. Run `gatsby develop`, your plugin should run as your site builds.

Expand Down

0 comments on commit 587b33a

Please sign in to comment.