From 3a4e3f4b0a6b22d9dc7ab4aca8f0bdae48e6a37d Mon Sep 17 00:00:00 2001 From: Mark Owsiak Date: Thu, 15 Oct 2020 11:02:47 -0400 Subject: [PATCH] fix: a typo in the new docs around circleci setup --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3f36bb..4a0cabc 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ build: #### CircleCI -You may reference teh official [circleci docs](https://circleci.com/docs/2.0/env-vars/) on setting up environment variables +You may reference the official [circleci docs](https://circleci.com/docs/2.0/env-vars/) on setting up environment variables using the admin console. `nlm` will look for `CIRCLE_BRANCH` and `CIRCLE_PULL_REQUEST` environment variables to operate correctly.