summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorrebuilt <[email protected]>2021-08-06 13:31:26 +0200
committerGitHub <[email protected]>2021-08-06 13:31:26 +0200
commitca750d8ff4b99def210d6c5d98078a77aa1970aa (patch)
treee96d2a7d9b1ce4c586d28d3d08ab4d583fb09b53 /.github
parent89ee39cfd571279b98c6681e47f68ca43a48c44b (diff)
parent9fc6a2e1cdac513c8ff09069263ff102852be86a (diff)
Merge pull request #1251 from grvxs/fix-most-typos
[Doc]: Fix most typos
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/install.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/install.yaml b/.github/workflows/install.yaml
index 49c01c29..08801f1b 100644
--- a/.github/workflows/install.yaml
+++ b/.github/workflows/install.yaml
@@ -30,7 +30,7 @@ jobs:
sudo apt-get update
sudo apt-get install neovim -y
- - name: Installl dependencies for OSX
+ - name: Install dependencies for OSX
if: matrix.os == 'osx'
run: |
brew update >/dev/null