From 2d82636f9056a7876b2d7ed658e95ebc2b6c8e08 Mon Sep 17 00:00:00 2001 From: cbrgm Date: Wed, 14 Dec 2022 17:40:25 +0100 Subject: [PATCH] fix(Dockerfile): fix minor spelling mistake --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5c303b48..58bc5428 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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