Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Anarios/return-youtube-dislike.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLarry-the-Pig <68445204+Larry-the-Pig@users.noreply.github.com>2022-09-30 17:19:07 +0300
committerGitHub <noreply@github.com>2022-09-30 17:19:07 +0300
commit5da54f2738a2b34160a1b1656dd7d6df7cb8ca41 (patch)
tree50869358dd888abdbaff2279016339cd672cdbd3
parentde1831f2c74032f8ccfe42a8eb174088363e011f (diff)
fix typo
-rw-r--r--Extensions/combined/readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Extensions/combined/readme.md b/Extensions/combined/readme.md
index 0818eb3..faee230 100644
--- a/Extensions/combined/readme.md
+++ b/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>