docs: 📝 Typo

This commit is contained in:
Kainoa Kanter 2022-03-19 19:29:05 -07:00 committed by GitHub
parent 2c37d6a83f
commit 2d1c14f15b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Contributing Guidelines
- Follow the repository structure
- Commit messages must be descriptive and concise
- Your code must be formatted with the respective formatter
- Your code must be formatted with the respective formatter(s)
- The frontend must use our `prettier` config
- The backend must use `rustfmt`
- The frontend must be installed and compiled with `yarn` and `parcel`