Skip to content

Commit 0388e8a

Browse files
committed
fix spelling of dropdown
1 parent 7a6a504 commit 0388e8a

File tree

5 files changed

+20
-21
lines changed

5 files changed

+20
-21
lines changed

docs/build/xcode-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The very first time you open Xcode it may install a package of command line tool
3939

4040
* Check that your Command Line Tools installed correctly.
4141
- First, open Xcode Settings
42-
* Click on the word **`Xcode`** in the top menu bar (just to the right of the Apple icon in the upper-left corner) and select `Settings` in the drop-down menu
42+
* Click on the word **`Xcode`** in the top menu bar (just to the right of the Apple icon in the upper-left corner) and select `Settings` in the dropdown menu
4343
- Then select the `Locations` tab in the Settings window to see the dropdown menu for Command Line Tools. Make sure the Xcode version listed matches what you just installed (not the version in this graphic)
4444
* If it's blank, use the blue arrows to the right of the Command Line Tools row to select it
4545

docs/gh-actions/gh-errors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,9 +515,9 @@ Select `Action: Build Loop`
515515
Refer to the first graphic below:
516516
517517
* Tap on Run Workflow (on the right side)
518-
* Tap on the drop-down arrow to the right of the default `branch`
518+
* Tap on the dropdown arrow to the right of the default `branch`
519519
* Choose the `branch` you just created
520-
* Start to type `patch` in the `branch` selection drop-down
520+
* Start to type `patch` in the `branch` selection dropdown
521521
* Only `branches` with that phrase will be displayed
522522
* After you have the correct `branch` selected, tap on run workflow
523523

docs/gh-actions/gh-first-time.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ Record this for use as <code>TEAMID</code> in your <code>Secrets</code> file. Yo
408408
![generate api key dialog box](img/dev-generate-key.png){width="500"}
409409
{align="center"}
410410
411-
* Enter the name of the key as "`FastLane API Key`" and choose `Admin` in the access drop-down menu
411+
* Enter the name of the key as "`FastLane API Key`" and choose `Admin` in the access dropdown menu
412412
* Confirm the name and that "`Admin`" is selected and then click on the "`Generate`" button.
413413
414414
### :material-dots-triangle: Substep 2.3 for Step 2
@@ -529,7 +529,7 @@ You must be logged into your *GitHub* account before starting this step. If you
529529
* Most Looper will use the `classic Token`
530530
* If you are a developer who needs to use fine-grained `tokens`, that is fine
531531
* Edit the note box to be `FastLane Access Token`
532-
* The default Expiration time is 30 days - but you should select `No expiration` (use the drop-down menu to select)
532+
* The default Expiration time is 30 days - but you should select `No expiration` (use the dropdown menu to select)
533533
* *GitHub* will show a yellow warning when you do this
534534
* It is ok to ignore the warning
535535
* Add a check beside the `workflow` permission scope
@@ -700,9 +700,9 @@ Carefully compare your screen to the graphic below paying attention to the highl
700700
Log into *GitHub*.
701701
702702
1. Return to your forked copy of <code>LoopWorkspace</code>
703-
* Click on your personal icon at the upper right to see the drop-down menu and select "`Your repositories`"
703+
* Click on your personal icon at the upper right to see the dropdown menu and select "`Your repositories`"
704704
705-
![drop-down-menu](img/gh-quick-access.png){width="200"}
705+
![dropdown-menu](img/gh-quick-access.png){width="200"}
706706
{align="center"}
707707
708708
1. You should see (at least) 2 repositories: `Match-Secrets` and <code>LoopWorkspace</code>
@@ -831,7 +831,7 @@ Refer to the graphic below for the numbered steps:
831831
832832
1. Click on the `Actions` tab of your <code>LoopWorkspace</code> repository
833833
1. On the left side, click on 1. <code>Validate Secrets</code>
834-
1. On the right side, click `Run Workflow` to show a drop-down menu
834+
1. On the right side, click `Run Workflow` to show a dropdown menu
835835
* You will see your default branch (typically this is `main`)
836836
* You can select a different branch, but typically, you run the default
837837
1. Tap the green button that says `Run workflow`.
@@ -869,7 +869,7 @@ Refer to the graphic below for the numbered steps:
869869
870870
1. Click on the `Actions` tab of your <code>LoopWorkspace</code> repository
871871
1. On the left side, click on 2. <code>Add Identifiers</code>
872-
1. On the right side, click `Run Workflow` to show a drop-down menu
872+
1. On the right side, click `Run Workflow` to show a dropdown menu
873873
* You will see your default branch (typically this is `main`)
874874
* You can select a different branch, but typically, you run the default
875875
1. Tap the green button that says `Run workflow`.
@@ -1136,7 +1136,7 @@ If you have previously used some kind of remote build, like `diawi` or `TestFlig
11361136
11371137
1. Open this link: [`App Store Connect / Apps`](https://appstoreconnect.apple.com/apps){: target="_blank" } to view your apps; log in if needed.
11381138
* If you have never added an app to *App Store Connect*, you will not see the icons inside the red rectangle and should keep going, although some people report the search icon shows up for them
1139-
* If you have an app that is not shown, you will see a search icon and the `All Statuses` dropdown. If you get to step 3 and cannot find your `com.TEAMID.loopkit.Loop` in the *Bundle ID* drop-down, this means you need to follow [Find My Loop](#find-my-loop).
1139+
* If you have an app that is not shown, you will see a search icon and the `All Statuses` dropdown. If you get to step 3 and cannot find your `com.TEAMID.loopkit.Loop` in the *Bundle ID* dropdown, this means you need to follow [Find My Loop](#find-my-loop).
11401140
11411141
![app store connect with deleted apps](img/01-app-store-connect.png){width="600"}
11421142
{align="center"}
@@ -1248,7 +1248,7 @@ Refer to the graphic below for the numbered steps:
12481248
12491249
1. Click on the "<code>Actions</code>" tab of your <code>LoopWorkspace</code> repository
12501250
1. On the left side, click on "`Create Certificates`"
1251-
1. On the right side, click "`Run Workflow`" to show a drop-down menu
1251+
1. On the right side, click "`Run Workflow`" to show a dropdown menu
12521252
* You will see your default branch (typically `main`)
12531253
* You can select a different branch, but typically, you run the default
12541254
1. Tap the green button that says "`Run workflow`".
@@ -1288,7 +1288,7 @@ Refer to the graphic below for the first four steps:
12881288
12891289
1. Click on the "`Actions`" tab of your <code>LoopWorkspace</code> repository.
12901290
1. On the left side, click on "4. `Build Loop`".
1291-
1. On the right side, click "`Run Workflow`" to show a drop-down menu
1291+
1. On the right side, click "`Run Workflow`" to show a dropdown menu
12921292
* You will see your default branch (typically `main`)
12931293
* You can select a different branch, but typically, you run the default
12941294
1. Tap the green button that says "`Run workflow`".
@@ -1442,7 +1442,6 @@ If coming here from the Errors with Browser page because you enter the wrong `TE
14421442
If you were just trying to clean up the identifiers, then follow these steps:
14431443
14441444
* Run Action: [Add Identifiers](#add-identifiers) to add Identifiers with the documented short names
1445-
* If you did not complete the [Add or Review Configuration for Loop Identifier](#add-or-review-configuration-for-loop-identifier) step, do it now
1446-
* Complete the [Add `App Group` to Identifiers](#add-app-group-to-identifiers)
1445+
* If you did not complete the [Add `App Group` to Identifiers](#add-app-group-to-identifiers)
14471446
* If you did not complete the [Create Loop App in App Store Connect](#create-loop-app-in-app-store-connect) step, do it now
14481447
* Continue with [Create Certificates](#create-certificates) and then [Build the *Loop* App](#build-the-loop-app)

docs/gh-actions/gh-other-apps.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ This step validates most of your six <code>Secrets</code> and provides error mes
163163

164164
1. Click on the "Actions" tab of your *Loop Follow* or *Loop Caregiver*repository and enable workflows if needed
165165
1. On the left side, click on 1. <code>Validate Secrets</code>
166-
1. On the right side, click `Run Workflow` to show a drop-down menu
166+
1. On the right side, click `Run Workflow` to show a dropdown menu
167167
* You will see your default branch (`main` for LoopFollow, `dev` for LoopCaregiver)
168168
* You can select a different branch, but typically, you run the default
169169
1. Tap the green button that says `Run workflow`.
@@ -190,7 +190,7 @@ Refer to the graphic below for the numbered steps:
190190

191191
1. Click on the "Actions" tab of your repository
192192
1. On the left side, click on "Add Identifiers"
193-
1. On the right side, click "Run Workflow" to show a drop-down menu
193+
1. On the right side, click "Run Workflow" to show a dropdown menu
194194
* You will see your default branch (`main` for LoopFollow, `dev` for LoopCaregiver)
195195
* You can select a different branch, but typically, you run the default
196196
1. Tap the green button that says "Run workflow"
@@ -363,7 +363,7 @@ Refer to the graphic below for the numbered steps:
363363

364364
1. Click on the "Actions" tab of your Repository repository
365365
1. On the left side, click on "Create Certificates"
366-
1. On the right side, click "Run Workflow" to show a drop-down menu
366+
1. On the right side, click "Run Workflow" to show a dropdown menu
367367
* You will see your default branch (`main` for LoopFollow, `dev` for LoopCaregiver)
368368
* You can select a different branch, but typically, you run the default
369369
1. Tap the green button that says "Run workflow".
@@ -399,7 +399,7 @@ Refer to the graphic below for the first four steps:
399399

400400
1. Click on the "Actions" tab of your Repository repository.
401401
1. On the left side, click on "Build *App Name*".
402-
1. On the right side, click "Run Workflow" to show a drop-down menu
402+
1. On the right side, click "Run Workflow" to show a dropdown menu
403403
* You will see your default branch (`main` for LoopFollow, `dev` for LoopCaregiver)
404404
* You can select a different branch, but typically, you run the default
405405
1. Tap the green button that says "Run workflow".
@@ -473,7 +473,7 @@ There are three steps to using this account moving forward:
473473

474474
1. For each repository: you need to `fork` for each app you wish to build to the new `my-name-org` account
475475

476-
* When you do the fork, there will be a drop-down menu under Owner for you to select the account for the `fork`
476+
* When you do the fork, there will be a dropdown menu under Owner for you to select the account for the `fork`
477477
* Choose the organization account
478478
* Other than that extra step, follow the standard `fork` directions
479479
* This link provides instructions to [`Fork LoopWorkspace`](gh-first-time.md#fork-loopworkspace)
@@ -496,7 +496,7 @@ Make sure you are in the organization for *GitHub*:
496496
* In the new screen, select `my-name-org`
497497
* Make sure the URL is `github.com/my-name-org`
498498
* Click on Settings (it is optional to fill in the information shown under general)
499-
* In the left pane, scroll down to find `Secrets and variables` and click on the drop-down symbol and choose `Actions`
499+
* In the left pane, scroll down to find `Secrets and variables` and click on the dropdown symbol and choose `Actions`
500500
* Your screen should look like the graphic below
501501

502502
![add secrets at organization level](img/add-secrets-org.png)

docs/nightscout/remote-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ On the Caregivers device (iPhone or Mac):
7777
### Using Safari
7878

7979
* When you use Safari to view your Looper's *Nightscout* site and choose the Careportal (:material-plus-thick:)
80-
* Choose a remote command from the Event Type drop-down menu (remote commands are at the bottom of the list)
80+
* Choose a remote command from the Event Type dropdown menu (remote commands are at the bottom of the list)
8181
* The OTP will be offered to you for every row - ignore it when entering Carb amount or Absorption Time, or Bolus Amount
8282
* Select it for the OTP row
8383
* Note that OTP is not required for Remote Overrides - leave that row blank

0 commit comments

Comments
 (0)