ソースを参照

Merge pull request #766 from Larry-the-Pig/main

fix typo
Dmitrii Selivanov 2 年 前
コミット
fbc5370e68
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Extensions/combined/readme.md

+ 1 - 1
Extensions/combined/readme.md

@@ -6,7 +6,7 @@
 
 <ol>
     <li>Go to the root directory of the project</li>
-    <li>Run <code>npm i</code> to install all project dependancies (if not done so already)</li>
+    <li>Run <code>npm i</code> to install all project dependencies (if not done so already)</li>
     <li>run <code>npm run dev</code> to compile the extension to the <code>~/Extensions/combined/dist/</code> folder.</li>
 </ol>