From 769c6073aaa962f31364686638b398198eb92d2f Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 22 Jul 2020 19:40:48 -0700 Subject: [PATCH] Fix typo in docs --- src/doc/src/reference/publishing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/src/reference/publishing.md b/src/doc/src/reference/publishing.md index 4cf1ab1072c..3f01dd16f1a 100644 --- a/src/doc/src/reference/publishing.md +++ b/src/doc/src/reference/publishing.md @@ -10,7 +10,7 @@ limit to the number of versions which can be published, however. ### Before your first publish -First thing’s first, you’ll need an account on [crates.io] to acquire +First things first, you’ll need an account on [crates.io] to acquire an API token. To do so, [visit the home page][crates.io] and log in via a GitHub account (required for now). After this, visit your [Account Settings](https://crates.io/me) page and run the [`cargo login`] command