From 4276e0c83b5d693bf2de79bc19842c46fb7ad2e3 Mon Sep 17 00:00:00 2001 From: Nicolas Charpentier <nicolas.charpentier079@gmail.com> Date: Fri, 5 Nov 2021 17:34:38 +0000 Subject: [PATCH] s/enviroment/environment --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 575bc557e..9d022b582 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -347,7 +347,7 @@ Be sure to keep this token secret. Anyone in possession of this token will be ab #### Additional configuration for GitHub Actions as CI Provider -Make sure you define the `LHCI_GITHUB_APP_TOKEN` as [enviroment variable](https://docs.github.com/en/free-pro-team@latest/actions/reference/environment-variables#about-environment-variables) on the workflow and ensure that the git history is available too. +Make sure you define the `LHCI_GITHUB_APP_TOKEN` as [environment variable](https://docs.github.com/en/free-pro-team@latest/actions/reference/environment-variables#about-environment-variables) on the workflow and ensure that the git history is available too. ```yaml name: CI