From d3235e41741dfd9855a38ba1124f61092d9b2ac3 Mon Sep 17 00:00:00 2001 From: yqrashawn Date: Fri, 29 Jul 2022 19:46:57 +0800 Subject: [PATCH] fix: typo (#13739) --- doc/codebase-structure-and-guidelines.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/codebase-structure-and-guidelines.md b/doc/codebase-structure-and-guidelines.md index 99fd8d991e..c2d9863de1 100644 --- a/doc/codebase-structure-and-guidelines.md +++ b/doc/codebase-structure-and-guidelines.md @@ -1,5 +1,4 @@ -# Codebase Strucuture and Guidelines - +# Codebase Structure and Guidelines ## Starting the app @@ -113,9 +112,10 @@ $ make run-re-frisk A server will be started at http://localhost:4567. It might show "not connected" at first. Don't worry and just start using the app. The events and state will populate. ## Merging approved PRs + We don't Github's UI to merge. Instead `./scripts/merge-pr.sh` is used to sign and merge PR to `develop`. You first need to enable [GPG signing on you commits](https://github.com/status-im/status-mobile/blob/develop/STARTING_GUIDE.md#configure-gpg-keys-for-signing-commits). -Once your commits are verfied and PR approved, you can run the script like so: +Once your commits are verified and PR approved, you can run the script like so: ```bash $ git checkout develop