diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a500dd4beb1c0d215d0322a0a42bb4271796d94d..e98661696cfeb5b638c66c3a58aa09ce0782a5e0 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -50,7 +50,7 @@ rules from `.eslintrc.json`.
 
 It's a good idea to provide meaningful documentation for new functions and classes where possible. We follow
 Typescript's [JSDoc](https://jsdoc.app) type dialect for the most part (and we provide a Typescript configuration and
-auxiliary type definition files if you'd like to use it yourself...it's pretty nifty). Don't worry too much about
+auxiliary type definition files if you'd like to use it yourself – it's pretty nifty). Don't worry too much about
 specific type syntax if you can't make TS work or don't understand it, someone else will probably fix it for you as long
 as you've made the intent clear in some form of JSDoc.