From 1497d6d6800613972d32fa37df806f594af27cbb Mon Sep 17 00:00:00 2001 From: Ed <38193337+eduardoltorres@users.noreply.github.com> Date: Sun, 27 Sep 2020 13:36:23 +0200 Subject: [PATCH] docs: remove extra "you" (typo) --- docs/docs/recipes/working-with-plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/recipes/working-with-plugins.md b/docs/docs/recipes/working-with-plugins.md index da76c2d96bb51..7b5c9a7673e3f 100644 --- a/docs/docs/recipes/working-with-plugins.md +++ b/docs/docs/recipes/working-with-plugins.md @@ -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.