From 8be391eb816a6fa2b1e852bcb3e644e8db4e6483 Mon Sep 17 00:00:00 2001 From: bernardoArcari Date: Sun, 1 Sep 2024 20:37:16 -0300 Subject: [PATCH] doc: fixed some grammar problems. --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b9ea9018..77bed676 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,7 +17,7 @@ The actual translations are handled by the crowdin platform at: +1. check if your language already exists at: 2. If not, join [our discord channel and ping @hpoul](https://authpass.app/go/discord) ## New strings @@ -38,7 +38,7 @@ If you have never used Flutter before you might [want to walk through a few code ## Cloning/Forking AuthPass makes [heavy use of submodules right now](https://github.com/authpass/authpass/blob/master/.gitmodules). If you fork the repository you might experience a few -permission denied errors when you clone using ssh. To work around those you might need to add the follwing to your `~/.gitconfig`: +permission denied errors when you clone using ssh. To work around these SSH permission errors you might need to add the following to your `~/.gitconfig`: ``` [url "https://github.com/"] @@ -84,7 +84,7 @@ flutter run --target=lib/env/development.dart --flavor=playstore # Code Style -Make sure to follow common Dart coding conventions, and follow all lints provided +Make sure to follow common Dart coding conventions and follow all lints provided by `analysis_options.yaml` and [activate auto-formatting](https://flutter.dev/docs/development/tools/formatting) using `dartfmt`. # CLA - Contributor License Agreement