Skip to content

Commit 1efbc14

Browse files
committed
fix typos
1 parent 6af7793 commit 1efbc14

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/browser/bb-errors.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ For Version 3.4 and later - use [Examine Annotation](#examine-annotation) and re
345345
346346
## Action: `Add Identifiers` Errors
347347
348-
We used to be able to say that if `Validate Secrets` worked then so did `Add Identifiers`. That is still, mostly true, for new builders. But we are finding many experienced builders have to revoke their old `FastLane API Key` and generate a new one to be able to continue building. We don't know why, but it is happening a lot. If you are one of those experienced builders, head over to the [Handle the `FastLane API Key` Error](#handle-the-fastlane-api-key-error).
348+
We used to be able to say that if `Validate Secrets` worked then so did `Add Identifiers`. That is still typically true for new builders. But we are finding many experienced builders have to revoke their old `FastLane API Key` and generate a new one to be able to continue building. We don't know why, but it is happening a lot. If you are one of those experienced builders, head over to the [Handle the `FastLane API Key` Error](#handle-the-fastlane-api-key-error).
349349
350350
If you are new builder who gets an error at `Add Identifiers`, please [ask a mentor for help](#where-to-get-help-with-browser-build).
351351
@@ -806,7 +806,7 @@ Continuing on the same [webpage](https://appstoreconnect.apple.com/access/integr
806806
```{ .text .copy }
807807
FastLane API Key
808808
```
809-
3. Click in the box where is says start typing and a dropdown list appears - select Admin
809+
3. Click in the box where it says start typing and a dropdown list appears - select Admin
810810
4. Confirm the name and that "Admin" is selected and then click on the `Generate` button.
811811
812812
> ![generate a new FastLane API Key](img/api-key-generate.svg){width="500"}
@@ -832,7 +832,7 @@ You need a new `FASTLANE_KEY_ID` and a new `FASTLANE_KEY`, but the `FASTLANE_ISS
832832
2. Double-click to open the `AuthKey_AAAAAAAAAA.p8.txt` file. It will look similar to the screenshot below. You need to highlight **ALL OF THE CONTENTS** of that file and copy it and then paste it both into your Secrets Reference file and the value for `FASTLANE_KEY_ID` when you [Update Secrets](#update-secrets).
833833
* **Click inside that file**
834834
* Highlight **all** the text, and then
835-
* Copy **all** the text to the clipboard (Cf. screenshot below).
835+
* Copy **all** of the text to the clipboard (Cf. screenshot below).
836836
* On a *Mac*, press ++command+"A"++ to select all, then press ++command+"C"++ to copy the selection.
837837
* On a **PC**, press ++control+"A"++ to select all, then press ++control+"C"++ to copy the selection.
838838
@@ -917,8 +917,8 @@ If you only have *one* Certificate of the `Distribution` type, similar to the gr
917917
If you have two Certificates that have the `Distribution` type, select the oldest one and delete it.
918918

919919
* Carefully examine the Type column - do not delete a Development Certificate
920-
* If you accidentally delete a Development Type certificate associated with an Xcode build for your app - it will stop working and you will be very sad
921-
* Click on the oldest Distribution Certificate, select Revoke and confirm. If you have two with the same expiration date. Revoke both.
920+
* If you accidentally delete a Development Type certificate associated with an Xcode build for your app, it will stop working and you will be very sad
921+
* Click on the oldest Distribution Certificate, select Revoke and confirm. If you have two with the same expiration date, revoke both.
922922

923923
You will get an email informing you the certificate was revoked
924924

@@ -992,7 +992,7 @@ The `Identifier` that is associated with the `Loop` identifier cannot be deleted
992992
![steps to delete a given identifier](img/delete-identifiers.svg){width="700"}
993993
{align="center"}
994994

995-
If coming here because you enter the wrong `TEAMID` in <code>Secrets</code> - return to [Rerun Steps with Correct TEAMID](#rerun-steps-with-correct-teamid) when you've deleted as many identifiers as you can.
995+
If coming here because you entered the wrong `TEAMID` in <code>Secrets</code> - return to [Rerun Steps with Correct TEAMID](#rerun-steps-with-correct-teamid) when you've deleted as many identifiers as you can.
996996

997997
After you delete identifiers, you must add them back before you can build a given app. Configure them and build again.
998998

0 commit comments

Comments
 (0)