Skip to content

Commit 183bd23

Browse files
authored
Fix typo (#48)
1 parent 3cd32f4 commit 183bd23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/truncate-history.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DOC_DIR=${DOC_DIR:-${BUILD_DIR}/build/doc}
1111
DOC_REPO=${DOC_REPO:-neovim/doc}
1212
DOC_BRANCH=${DOC_BRANCH:-gh-pages}
1313

14-
# Trim the https://github.com/neovim/doc/ repository history, els it gets huge
14+
# Trim the https://github.com/neovim/doc/ repository history, else it gets huge
1515
# and slow to clone. We don't care about the history of the `gh-pages` branch.
1616
try_truncate_history() {
1717
cd "${DOC_DIR}" || { log_error "try_truncate_history: cd failed"; exit 1; }

0 commit comments

Comments
 (0)