From a872ae9c797eb3ad7729ecf3e91d138c76095f73 Mon Sep 17 00:00:00 2001 From: Bickio Date: Mon, 9 Aug 2021 08:13:10 +1200 Subject: [PATCH] Fix typo in authenticating.md (#156) --- docs/getting-started/authenticating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/authenticating.md b/docs/getting-started/authenticating.md index b510bcc..71a44b2 100644 --- a/docs/getting-started/authenticating.md +++ b/docs/getting-started/authenticating.md @@ -10,7 +10,7 @@ If you have an existing copy of your starter kit, follow these steps: * Upgrade `rollup-plugin-screeps` to version 0.1.1. * Follow the authentication steps as defined below. -## Seting up Screeps authentication +## Setting up Screeps authentication The authentication token is pulled by the starter kit from a file named `screeps.json`. A sample config file \(`screeps.sample.json`\) is provided within the project, to use it, simply make a copy and rename it to `screeps.json`.