From 75e72c1c3192f169397c15772b6f8fdab67ed6cc Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Sun, 3 Sep 2023 17:15:50 +0200 Subject: [PATCH] fix typo --- docs/ENV-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ENV-variables.md b/docs/ENV-variables.md index 77535bf5f..25ebb4573 100644 --- a/docs/ENV-variables.md +++ b/docs/ENV-variables.md @@ -3,7 +3,7 @@ Suppose you are adding a new ENV variable to either the `server` or the `public-api-server`, how do you do it? (Note that any secrets should be set via ENV, **not** checked in to the repo!) -Here's the steps: +Here are the steps: 1. Add the new environment variable to [`environment.d.ts`](https://github.com/gitpoap/gitpoap-backend/blob/main/environment.d.ts) 2. Add the new environment variable to both [`.dockerfiles/server.env`](https://github.com/gitpoap/gitpoap-backend/blob/main/.dockerfiles/server.env)