From 887a57ed5e1096aecc1b6943fd56ee1ee4fc56e4 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Wed, 10 Mar 2021 21:34:30 +0330 Subject: [PATCH] [SKIP CI] improve wording (#6128) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2d20b9761..c69a3d2b3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -315,7 +315,7 @@ There are three steps in running and testing a theme source: - **Method 1:** Android Studio might prompt to sync the gradle. Click on `Sync Now`. - **Method 1:** Manually re-sync by opening `File` -> `Sync Project with Gradle Files` or by pressing `Alt+f` then `g`. 3. Build and test the generated Extention like normal `src` sources. - - It's recommended to make changes here to skip step 1 and 2, and when you are done, and copying the changes back to `multisrc`. + - It's recommended to make changes here to skip going through step 1 and 2 multiple times, and when you are done, copying the changes back to `multisrc`. ### Scaffolding sources You can use this python script to generate scaffolds for source overrides. Put it inside `multisrc/overrides//` as `scaffold.py`.