Browse Source

Update docs/source/developer/extension_tutorial.rst

Co-Authored-By: Jason Grout <jasongrout@users.noreply.github.com>
Doug Blank 5 years ago
parent
commit
5ebc39273e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/source/developer/extension_tutorial.rst

+ 1 - 1
docs/source/developer/extension_tutorial.rst

@@ -249,7 +249,7 @@ in that function. The second ``console.log`` line exists only so that
 you can immediately check that your changes work.
 
 Now you will need to install these dependencies. Run the following commands in the
-repository root folder install the dependency and save it to your
+repository root folder to install the dependencies and save them to your
 `package.json`:
 
 .. code:: bash