summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authortfarina <tfarina@chromium.org>2016-03-07 10:24:49 -0800
committerCommit bot <commit-bot@chromium.org>2016-03-07 18:26:11 +0000
commitb8922b4284b443d82da4a36d7b6e73b40250a625 (patch)
tree11e25c36e0e5e740b0f2a57d8f7317a84744b099 /docs
parente3fe85330f1fbad6cb02cd0c5ceb09498e50f349 (diff)
downloadchromium_src-b8922b4284b443d82da4a36d7b6e73b40250a625.zip
chromium_src-b8922b4284b443d82da4a36d7b6e73b40250a625.tar.gz
chromium_src-b8922b4284b443d82da4a36d7b6e73b40250a625.tar.bz2
docs: fix the numbering in "Converting an existing Mac checkout" section
Due to the code block in the second item, the Markdown engine is not smart enough to figure out that the next one is related to the other items and thus should be '3' not '1'. To fix this, we number the list ourselves rather than letting the Markdown engine do this work for us. BUG=None TEST=load the document in http://dillinger.io/ before this change, confirm it has the issue, then change it and confirm it has the right numbering for the list. R=sdefresne@chromium.org Review URL: https://codereview.chromium.org/1775473002 Cr-Commit-Position: refs/heads/master@{#379590}
Diffstat (limited to 'docs')
-rw-r--r--docs/ios_build_instructions.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ios_build_instructions.md b/docs/ios_build_instructions.md
index 8a4e60b..068c0f0 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