From 3cd4438074135a06eb815a36998ea8f53267affc Mon Sep 17 00:00:00 2001 From: Miriam Fayazi Date: Fri, 4 May 2018 13:53:58 -0400 Subject: [PATCH] Fix typos in source-plugin-tutorial --- docs/docs/source-plugin-tutorial.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/source-plugin-tutorial.md b/docs/docs/source-plugin-tutorial.md index ad6f6d67536ce..6e1059635c3a6 100644 --- a/docs/docs/source-plugin-tutorial.md +++ b/docs/docs/source-plugin-tutorial.md @@ -251,7 +251,7 @@ exports.sourceNodes = ( } ``` -You've added code that fetches photo data from the Pixabay API. For now, your plugin logs that data but doesn't do anything else. Check that you can see the logged photo data by restarting `gatsby dev`. This time you should see a series of results like: +You've added code that fetches photo data from the Pixabay API. For now, your plugin logs that data but doesn't do anything else. Check that you can see the logged photo data by restarting `gatsby develop`. This time you should see a series of results like: ```shell success onPreBootstrap — 0.035 s @@ -342,7 +342,7 @@ exports.sourceNodes = ( ### Query for results -Your plugin is ready. Restart `gatsby dev` and open a browser at [http://localhost:8000/\_\_\_graphql](http://localhost:8000/___graphql). The Pixabay data can be queried from here. try: +Your plugin is ready. Restart `gatsby develop` and open a browser at [http://localhost:8000/\_\_\_graphql](http://localhost:8000/___graphql). The Pixabay data can be queried from here. try: ```graphql {