From 983100807aee921d804fd8da649e15094a8917b9 Mon Sep 17 00:00:00 2001 From: Luke Mahan Date: Mon, 25 Oct 2021 21:29:49 -0400 Subject: [PATCH] docs: Grammar fix (#934) --- docs/src/getting-started/verification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/getting-started/verification.md b/docs/src/getting-started/verification.md index c9057934e..99a463143 100644 --- a/docs/src/getting-started/verification.md +++ b/docs/src/getting-started/verification.md @@ -6,7 +6,7 @@ on different machines may produce different executables. To get around this problem, one can build inside a docker image with pinned dependencies to produce a verifiable build. -Anchor makes this easy by providing CLI commands to build take care of +Anchor makes this easy by providing CLI commands to build and take care of docker for you. To get started, first make sure you [install](https://docs.docker.com/get-docker/) docker on your local machine.