From d9890bb613f4d84a7120452d6fa45c235f9ece63 Mon Sep 17 00:00:00 2001 From: ArtOfCode- <hello@artofcode.co.uk> Date: Fri, 8 May 2020 18:00:30 +0100 Subject: [PATCH] Typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 40983af7a..ac6324804 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,7 +36,7 @@ request. Here they are: * There is a .rubocop.yml file provided in the project and rubocop is included in the bundle; please run `bundle exec rubocop` for Ruby style checking. -When writing CSS, keep in mind that our design framework, [Co-Design](https://design.codidact.org/) is available in Core, and +When writing CSS, keep in mind that our design framework, [Co-Design](https://design.codidact.org/) is available in QPixel, and should be used where possible. Avoid writing custom CSS if you can; favour using components and atomic classes from Co-Design. We also have some [guidelines for commit messages](https://github.com/codidact/core/wiki/Committing-guidelines). Again, please -- GitLab