From 24d0784a712989ae49e62a9919b8aab9da9ed53a Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Mon, 25 Jun 2018 14:20:32 +0200 Subject: [PATCH] correct spelling --- basics_dev/code-signing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basics_dev/code-signing.md b/basics_dev/code-signing.md index 71d89b7a..e115bb03 100644 --- a/basics_dev/code-signing.md +++ b/basics_dev/code-signing.md @@ -112,7 +112,7 @@ your Git commits. You can also create an alias to make this easier. Edit your `~/.gitconfig` file. - In the `[alias]` section, add the `stag` command to created signed tags and `spush` to create signed tags and push them. + In the `[alias]` section, add `stag` to create signed tags and `spush` to create signed tags and push them. ~~~ [alias]