Skip to content

Commit 6b4ca45

Browse files
authored
docs: improved the docs (#27554)
1 parent 1614e1f commit 6b4ca45

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG_ARCHIVE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5774,7 +5774,7 @@ StackBlitz instead of Plunker.
57745774

57755775
* Progress spinner is now entirely css-based.
57765776
* Fixed sidenav: the sidenav can now be configured to use fixed positioning. This resolves a longstanding issue where sidenav-container would always introduce a scrolling region.
5777-
* `mat-select` is now used inside `mat-form-field`. This makes all of the existing form-field features available with `mat-select`, including hints, errors, prefixes, and suffixes. This also ensures that `mat-select` and `matInput` have a consistent presentation.
5777+
* `mat-select` is now used inside `mat-form-field`. This makes all the existing form-field features available with `mat-select`, including hints, errors, prefixes, and suffixes. This also ensures that `mat-select` and `matInput` have a consistent presentation.
57785778

57795779
```html
57805780
<mat-form-field>

DEV_ENVIRONMENT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
2. angular/components uses Bazel which requires certain Bash and UNIX tools.
55
- On Windows: Follow the [instructions](https://docs.bazel.build/versions/master/install-windows.html#installing-compilers-and-language-runtimes)
66
to install [`MSYS2`](https://www.msys2.org/) and the listed "Common MSYS2 packages".
7-
Afterwards add `C:\msys64\usr\bin` to the `PATH` environment variable.
7+
Afterward add `C:\msys64\usr\bin` to the `PATH` environment variable.
88
3. Fork the `angular/components` repo on GitHub.
99
4. Clone your fork to your machine with `git clone`.
1010
Recommendation: name your git remotes `upstream` for `angular/components`
@@ -95,4 +95,4 @@ dev-app within your `.bashrc` or `.zshrc` file.
9595

9696
```bash
9797
export GOOGLE_MAPS_KEY=<api-key>
98-
```
98+
```

src/cdk/stepper/stepper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ this default `completed` behavior by setting the `completed` attribute as needed
4242

4343
### Stepper buttons
4444
There are two button directives to support navigation between different steps:
45-
`CdkStepperNext` and `CdkStepperPrevious`. When placed inside of a step, these will automatically
45+
`CdkStepperNext` and `CdkStepperPrevious`. When placed inside a step, these will automatically
4646
add click handlers to advance or rewind the workflow, respectively.
4747

4848
### Resetting a stepper

0 commit comments

Comments
 (0)