Skip to content

Commit 6c49d61

Browse files
authored
Merge pull request #910 from marionbarker/working-docs
Minor Updates
2 parents 36b49fe + 13ff6bc commit 6c49d61

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

docs/browser/bb-errors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Early in the log file you will see two phrases in red font:
120120
121121
> security: SecItemCopyMatching: The specified item could not be found in the keychain.
122122
123-
This is normal. The next steps will set up a keychain for you using your Match-Secrets repository and your MATCH_PASSWORD pass phrase.
123+
This is normal. The next steps will set up a keychain for you using your Match-Secrets repository and your MATCH_PASSWORD passphrase.
124124
125125
#### Where to find the Certificate Solutions
126126
@@ -198,7 +198,7 @@ These are some of the most common errors to date.
198198
1. You made a spelling error when adding <code>Secrets</code>
199199
* Each secret must be spelled exactly the way it is presented in the instructions
200200
* If you are using an automatic translation, please keep an original page open too and copy from it to make sure there are no spelling errors in the secret name
201-
1. You did not add the `App Group Identifier` to all 4 of the required identifiers in this step: [Add `App Group` to `Identifiers`](prepare-app.md#add-app-group-to-identifiers){: target="_blank" }
201+
1. You made a spelling error in creating the `App Group Identifier` or did not add the `App Group Identifier` to all 4 of the required identifiers in this step: [Add `App Group` to `Identifiers`](prepare-app.md#add-app-group-to-identifiers){: target="_blank" }
202202
* See [Annotation without Clear Message (*Build*)](#annotation-without-clear-message-build) for an example of this kind of failure
203203
1. You used a smart editor instead of a text-only editor to save your information
204204
* It only takes one letter to be changed from small to capital by your smart editor to ruin your day

docs/build/build-dev-mac.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@ There is a script to assist in building the `dev branch`. It gives you the optio
1818
https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/BuildLoopDev.sh)"
1919
```
2020

21-
### BuildLoopDev Other Branches
21+
### Build Other Branches
2222

23-
You can use the BuildLoopDev script to build a specific development branch, other than `dev`. See the example below that would build `other-branch`, if such a branch existed. This is just an example. You need to substitute the branch you desire for `other-branch`. There must be a space after the final quote, followed by a hyphen, another space and then the branch name.
23+
You can use the BuildLoopDev script to build a specific development branch, other than `dev`. At the end of the script (from above), add a space after the final quote, followed by a hyphen, another space and then the branch name. See the example below that would build `other-branch`, if such a branch existed. This is just an example. You need to substitute the branch you desire for `other-branch`. The example below uses a continuation character to put the extra characters on a new line to make this easier to read.
2424

25-
``` { .bash .copy title="Example using <code>other-branch</code> with the BuildLoopDev script" }
25+
``` { title="Replace <code>other-branch</code> with the desired branch" }
2626
/bin/bash -c "$(curl -fsSL \
27-
https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/BuildLoopDev.sh)" - other-branch
27+
https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/BuildLoopDev.sh)" \
28+
- other-branch
2829
```
2930

3031
## Update Loop-dev

0 commit comments

Comments
 (0)