From 82c6b0f7a7124964e569cf475f31017be53b2ac2 Mon Sep 17 00:00:00 2001 From: Andres Garcia Sobrado <48637183+AndresGarciaSobrado91@users.noreply.github.com> Date: Tue, 30 Aug 2022 17:26:58 -0300 Subject: [PATCH] Update 01_Introduction.md corrected misspelled word --- Introduction to Coroutines and Channels/01_Introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Introduction to Coroutines and Channels/01_Introduction.md b/Introduction to Coroutines and Channels/01_Introduction.md index 93afc9a..6f43bd1 100644 --- a/Introduction to Coroutines and Channels/01_Introduction.md +++ b/Introduction to Coroutines and Channels/01_Introduction.md @@ -57,7 +57,7 @@ Specify the name of your token, for example, `coroutines-hands-on`: ![](./assets/1-intro/GeneratingToken.png) -There is no need to select any scopes, click on "Generated token" at the bottom of the screen. +There is no need to select any scopes, click on "Generate token" at the bottom of the screen. Copy the generated token somewhere; we'll use it soon. ### Running the code