Skip to content

Commit

Permalink
Fix a small typo (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
kud authored Nov 1, 2023
1 parent 5893aef commit 1bd501e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spr/src/commands/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pub async fn init() -> Result<()> {
output(
"🔑",
&formatdoc!(
"Okay, lets get started. First we need a 'Personal Access Token' \
"Okay, let's get started. First we need a 'Personal Access Token' \
from GitHub. This will authorise spr to open/update/merge Pull \
Requests etc. on behalf of your GitHub user.
You can get one by going to https://github.com/settings/tokens \
Expand Down

0 comments on commit 1bd501e

Please sign in to comment.