]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Fix typo in README (#1306)
authorMax Smolens <msmolens@users.noreply.github.com>
Thu, 12 Mar 2020 19:42:17 +0000 (15:42 -0400)
committerGitHub <noreply@github.com>
Thu, 12 Mar 2020 19:42:17 +0000 (19:42 +0000)
README.md

index abeb48ad03b1cb7f791a2ca9d7f711b7b97a86d2..1e974e9463005d39ebda695e97e31a169b19b383 100644 (file)
--- a/README.md
+++ b/README.md
@@ -497,7 +497,7 @@ there were not many users anyway. Not many edge cases were reported. As a mature
 _Black_ does make some exceptions to rules it otherwise holds. This section documents
 what those exceptions are and why this is the case.
 
-### The magic trailling comma
+### The magic trailing comma
 
 _Black_ in general does not take existing formatting into account.