diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bd2dca517..670e115bf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -74,7 +74,7 @@ As you'll learn in our commands logic (see [`bin/rdme`](bin/rdme) and the [`src/ When writing command logic, avoid using `console` statements (and correspondingly, avoid mocking `console` statements in tests) when possible. - + ### Making `fetch` requests