branch: elpa/swift-mode
commit 7ea5f669816706b5d2fac7bfe7051089b92eef72
Author: Chris Barrett <[email protected]>
Commit: Chris Barrett <[email protected]>
Fix markdown formatting typo
---
CONTRIBUTING.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 97a709c..0759319 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -15,7 +15,7 @@ repository. Follow the guidelines below to make sure
everything goes smoothly.
- Perform all changes on a topic branch for easier merging
- Follow the coding conventions already in use
-- Verify Emacs Lisp code with =checkdoc=
+- Verify Emacs Lisp code with `checkdoc`
- Add unit tests whenever possible
- Open a [pull request](https://help.github.com/articles/using-pull-requests)
relating to a single issue.