diff options
author | Dave Gauer <ratfactor@gmail.com> | 2022-09-06 08:01:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-06 08:01:28 -0400 |
commit | 971c76d4496c763e28d16560a1d52a13b3940688 (patch) | |
tree | ffff3bc4d7cba9e0fe9e8594fe01640d8e12f0dd | |
parent | a723a4c1df3276b31733e13b16a33e859c831188 (diff) | |
parent | 505392f042bad391d934298fc7945d836c6fb01d (diff) | |
download | ziglings-971c76d4496c763e28d16560a1d52a13b3940688.tar.gz ziglings-971c76d4496c763e28d16560a1d52a13b3940688.tar.bz2 ziglings-971c76d4496c763e28d16560a1d52a13b3940688.tar.xz ziglings-971c76d4496c763e28d16560a1d52a13b3940688.zip |
Merge pull request #133 from DerTee/fix_typo_contributing
fix typo in contributing.md
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7d15cc6..be8c511 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -55,7 +55,7 @@ Ziglings. Please file an issue...or make a pull request! ## Formatting -All exercises should conformt to `zig fmt`. I often forget to do +All exercises should conform to `zig fmt`. I often forget to do this. |