Index: docs/ios_build_instructions.md |
diff --git a/docs/ios_build_instructions.md b/docs/ios_build_instructions.md |
index 8a4e60b76b26dbe53dca357ff2cc5646986493aa..068c0f02a1b13ede244fad3fab1b15977239bd3d 100644 |
--- a/docs/ios_build_instructions.md |
+++ b/docs/ios_build_instructions.md |
@@ -98,7 +98,7 @@ below: |
1. Add `target_os = [ "ios" ]` to the bottom of your `chromium/.gclient` |
file. |
-1. Make sure you have the following in your `chromium/chromium.gyp_env` |
+2. Make sure you have the following in your `chromium/chromium.gyp_env` |
file (removing the `chromium_ios_signing=0` if you want to make |
developer-signed builds): |
@@ -109,7 +109,7 @@ developer-signed builds): |
} |
``` |
-1. Make sure to sync again to fetch the iOS specific dependencies and |
+3. Make sure to sync again to fetch the iOS specific dependencies and |
regenerate build rules using: |
```shell |