Skip to content

Commit ee85514

Browse files
Merge pull request #244352 from msmbaldwin/fist-first
Fixing fist -> first typos
2 parents 0218045 + d494ca2 commit ee85514

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

articles/active-directory-b2c/custom-policies-series-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ While you can use pre-made [custom policy starter pack](./tutorial-create-user-f
3030

3131
## Select an article
3232

33-
This how-to guide series consists of multiple articles. We recommend that you start this series from the fist article. For each article (except the first one), you're expected to use the custom policy you write in the preceding article.
33+
This how-to guide series consists of multiple articles. We recommend that you start this series from the first article. For each article (except the first one), you're expected to use the custom policy you write in the preceding article.
3434

3535
|Article | What you'll learn |
3636
|---------|---------|

articles/active-directory-b2c/custom-policies-series-sign-up-or-sign-in-federation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ Use the following steps to add a combined local and social account:
674674
</UserJourneys>-->
675675
```
676676

677-
In the fist step, we specify the options a user needs to choose from in their journey, local or social authentication. In the steps that follow, we use preconditions to track the option the user picked or the stage of the journey at which the user is. For example, we use the `authenticationSource` claim to differentiate between a local authentication journey and a social authentication journey.
677+
In the first step, we specify the options a user needs to choose from in their journey, local or social authentication. In the steps that follow, we use preconditions to track the option the user picked or the stage of the journey at which the user is. For example, we use the `authenticationSource` claim to differentiate between a local authentication journey and a social authentication journey.
678678

679679
1. In the `RelyingParty` section, change *DefaultUserJourney's* `ReferenceId` to `LocalAndSocialSignInAndSignUp`
680680

articles/active-directory/develop/includes/web-api/quickstart-dotnet-native-aspnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Start both projects. For Visual Studio users;
136136

137137
1. For both projects choose **Start** as the action
138138

139-
1. Ensure the TodoListService service starts first by moving it to the fist position in the list, using the up arrow.
139+
1. Ensure the TodoListService service starts first by moving it to the first position in the list, using the up arrow.
140140

141141
Sign in to run your TodoListClient project.
142142

articles/active-directory/develop/quickstart-v2-dotnet-native-aspnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ ms.custom: devx-track-csharp, aaddev, identityplatformtop40, "scenarios:getting-
147147
>
148148
> 1. For both projects choose **Start** as the action
149149
>
150-
> 1. Ensure the TodoListService service starts first by moving it to the fist position in the list, using the up arrow.
150+
> 1. Ensure the TodoListService service starts first by moving it to the first position in the list, using the up arrow.
151151
>
152152
> Sign in to run your TodoListClient project.
153153
>

articles/active-directory/develop/web-api-quickstart-portal-dotnet-native-aspnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ ms.custom: devx-track-csharp, aaddev, identityplatformtop40, "scenarios:getting-
148148
>
149149
> 1. For both projects choose **Start** as the action
150150
>
151-
> 1. Ensure the TodoListService service starts first by moving it to the fist position in the list, using the up arrow.
151+
> 1. Ensure the TodoListService service starts first by moving it to the first position in the list, using the up arrow.
152152
>
153153
> Sign in to run your TodoListClient project.
154154
>

articles/azure-cache-for-redis/cache-moving-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ After geo-replication is configured, the following restrictions apply to your li
7575

7676
### Move
7777

78-
1. To link two caches together for geo-replication, fist select **Geo-replication** from the Resource menu of the cache that you intend to be the primary linked cache. Next, select **Add cache replication link** from **Geo-replication** on the left.
78+
1. To link two caches together for geo-replication, first select **Geo-replication** from the Resource menu of the cache that you intend to be the primary linked cache. Next, select **Add cache replication link** from **Geo-replication** on the left.
7979

8080
:::image type="content" source="media/cache-how-to-geo-replication/cache-geo-location-menu.png" alt-text="Screenshot showing the cache's Geo-replication menu.":::
8181

articles/virtual-network/ip-services/manage-custom-ip-address-prefix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ The operation is asynchronous. You can check the status by reviewing the **Commi
150150
To fully remove a custom IP prefix, it must be deprovisioned and then deleted.
151151

152152
> [!NOTE]
153-
> If there is a requirement to migrate an provisioned range from one region to the other, the original custom IP prefix must be fully removed from the fist region before a new custom IP prefix with the same address range can be created in another region.
153+
> If there is a requirement to migrate an provisioned range from one region to the other, the original custom IP prefix must be fully removed from the first region before a new custom IP prefix with the same address range can be created in another region.
154154
>
155155
> The estimated time to complete the deprovisioning process is anywhere from 30 to 60 minutes.
156156

0 commit comments

Comments
 (0)