Skip to content

Commit 38eaf46

Browse files
PrestonMonteWestalxhub
authored andcommitted
docs: fix 3 typos and a format issue (angular#56329)
PR Close angular#56329
1 parent 4616d29 commit 38eaf46

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

adev/src/content/guide/testing/code-coverage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ coverageReporter: {
5050
}
5151
</docs-code>
5252

53-
HELPFUL: Read more about creating and fine tunning Karma configuration in the [testing guide](guide/testing#configuration).
53+
HELPFUL: Read more about creating and fine tuning Karma configuration in the [testing guide](guide/testing#configuration).
5454

5555
The `check` property causes the tool to enforce a minimum of 80% code coverage when the unit tests are run in the project.
5656

adev/src/content/reference/configs/file-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Angular also supports workspaces with [multiple projects](#multiple-projects).
2525
This type of development environment is suitable for advanced users who are developing shareable libraries,
2626
and for enterprises that use a "monorepo" development style, with a single repository and global configuration for all Angular projects.
2727

28-
To set up a monorepo workspace, you should skip the creating the root application.
28+
To set up a monorepo workspace, you should skip creating the root application.
2929
See [Setting up for a multi-project workspace](#multiple-projects) below.
3030

3131
## Workspace configuration files

adev/src/content/tools/libraries/creating-libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ See [Setting up for a multi-project workspace](reference/configs/file-structure#
3838

3939
When you generate a new library, the workspace configuration file, `angular.json`, is updated with a project of type `library`.
4040

41-
<docs-code>
41+
<docs-code language="json">
4242

4343
"projects": {
4444

adev/src/content/tools/libraries/using-libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Usage of Angular libraries published to npm
22

3-
When you build your Angular application, take advantage of sophisticated first-party libraries, as well as rich ecosystem of third-party libraries.
3+
When you build your Angular application, take advantage of sophisticated first-party libraries, as well as a rich ecosystem of third-party libraries.
44
[Angular Material][AngularMaterialMain] is an example of a sophisticated first-party library.
55

66
## Install libraries

0 commit comments

Comments
 (0)