From 9c420bcc0ea4b77d344b324ae5fcda8219e193fe Mon Sep 17 00:00:00 2001 From: Paul Schreiber Date: Tue, 11 Jun 2024 15:44:55 -0400 Subject: [PATCH] docs: fix typo in CONTRIBUTING document (#3516) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3cf8f69e3..139d0d655 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,7 +36,7 @@ npx expo start -c --web ``` -## Best practices for PR's +## Best practices for PRs - If you plan to work on a bigger feature, please open a discussion, to discuss the best way to address it - If you add a feature, make sure you add it to the documentation - Use meaningful commit messages, use semantic commit messages