fix(Dockerfile): fix minor spelling mistake

This commit is contained in:
cbrgm 2022-12-14 17:40:25 +01:00
parent 760823f1e3
commit 2d82636f90

View File

@ -15,7 +15,7 @@ RUN apk --no-cache add \
pkgconf \
unzip
# Build neovim (and use it as an example codebase
# Build neovim (and use it) as an example codebase
RUN git clone https://github.com/neovim/neovim.git
ARG VERSION=master