Skip to content

Commit f2bb6f0

Browse files
wbreakellAndrew Seguin
authored andcommitted
docs: correct grammatical errors in custom stepper guide (#31635)
(cherry picked from commit 3a308a8)
1 parent d6c47b9 commit f2bb6f0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/src/app/shared/guide-items/guide-items.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const GUIDES: GuideItem[] = [
5252
id: 'creating-a-custom-stepper-using-the-cdk-stepper',
5353
name: 'Custom stepper using the CdkStepper',
5454
document: '/docs-content/guides/creating-a-custom-stepper-using-the-cdk-stepper.md.html',
55-
overview: 'Create a custom stepper components using Angular CDK.',
55+
overview: 'Create a custom stepper component using Angular CDK.',
5656
},
5757
{
5858
id: 'using-component-harnesses',

guides/creating-a-custom-stepper-using-the-cdk-stepper.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Creating a custom stepper using the CDK stepper
22

3-
The [CDK stepper](https://material.angular.dev/cdk/stepper/overview) allows to build a custom stepper which you can completely style yourself without any specific Material Design styling.
3+
The [CDK stepper](https://material.angular.dev/cdk/stepper/overview) allows you to build a custom stepper which you can completely style yourself without any specific Material Design styling.
44

5-
In this guide, we'll learn how we can build our own custom stepper using the CDK stepper. Here is what we'll build by the end of this guide:
5+
In this guide, we'll learn how to build our own custom stepper using the CDK stepper. Here is what we'll build by the end of this guide:
66

77
<!-- example(cdk-custom-stepper-without-form) -->
88

@@ -126,7 +126,7 @@ If you want to iterate over your steps and use your own custom component you can
126126

127127
The above example allows the user to freely navigate between all steps. The `CdkStepper` additionally provides the linear mode which requires the user to complete previous steps before proceeding.
128128

129-
A simple example without using forms could look this way:
129+
A simple example without using forms could look like this:
130130

131131
**app.component.html**
132132

0 commit comments

Comments
 (0)