Browse Source

docs: Fix typo (#1415)

Turtuvshin Byambaa 4 years ago
parent
commit
fa7602ba5d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/content/getting-started.md

+ 1 - 1
docs/content/getting-started.md

@@ -16,7 +16,7 @@ weight: 0
  
  
 ## Installation with @vendure/create
 ## Installation with @vendure/create
 
 
-The recommended way to get started with Vendure is by using the [@vendure/create](https://github.com/vendure-ecommerce/vendure/tree/master/packages/create) tool. This is a command-line tool which will scaffold and configure your new Vendure project and install all dependiencies.
+The recommended way to get started with Vendure is by using the [@vendure/create](https://github.com/vendure-ecommerce/vendure/tree/master/packages/create) tool. This is a command-line tool which will scaffold and configure your new Vendure project and install all dependencies.
 
 
 {{% tab "npx" %}}
 {{% tab "npx" %}}
 ```sh
 ```sh