Browse Source

docs: Grammar fix (#934)

Luke Mahan 4 years ago
parent
commit
983100807a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/src/getting-started/verification.md

+ 1 - 1
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
 problem, one can build inside a docker image with pinned dependencies to produce
 a verifiable build.
 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
 docker for you. To get started, first make sure you
 [install](https://docs.docker.com/get-docker/) docker on your local machine.
 [install](https://docs.docker.com/get-docker/) docker on your local machine.