Skip to content

Commit 504743f

Browse files
authored
Fix typos in commit-signing.md
Corrected typos in the commit-signing guide regarding whitespace and availability instructions.
1 parent c073060 commit 504743f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

practices/guides/commit-signing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
1. Test it works:
6565
6666
1. Create a temporary branch of your favourite repository.
67-
1. Make an inconsequential whitesace change.
67+
1. Make an inconsequential whitespace change.
6868
1. Commit the change.
6969
1. You will be prompted for your GPG key passphrase - optionally select to add it to the macOS Keychain.
7070
1. Check the latest commit shows a successful signing:
@@ -121,7 +121,7 @@
121121
git config --global tag.gpgsign true
122122
```
123123

124-
1. Now your key is created, make it avalable within Windows:
124+
1. Now your key is created, make it available within Windows:
125125

126126
1. Export the key:
127127

@@ -145,7 +145,7 @@
145145
git config --global tag.gpgsign true
146146
```
147147

148-
1. Now make it avalable within WSL:
148+
1. Now make it available within WSL:
149149

150150
1. Within Ubuntu:
151151

@@ -170,7 +170,7 @@
170170
1. Test it works:
171171

172172
1. Create a temporary branch of your favourite repository.
173-
1. Make an inconsequential whitesace change.
173+
1. Make an inconsequential whitespace change.
174174
1. Commit the change.
175175
1. You will be prompted for your GPG key passphrase.
176176
1. Check the latest commit shows a successful signing:

0 commit comments

Comments
 (0)