Skip to content

Commit 25c4e4c

Browse files
marcwrobelAndrewKushnir
authored andcommitted
docs: fix minor typos in various documentations (angular#47290) (angular#47290)
PR Close angular#47290 PR Close angular#47290
1 parent eca3db5 commit 25c4e4c

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/BAZEL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ yarn bazel analyze-profile filename_name.profile --html --html_details --html_hi
239239

240240
This will generate a `filename_name.profile.html` file that you can open in your browser.
241241

242-
In the upper right corner that is a small table of contents with links to three areas: Tasks, Legend and Statistics.
242+
In the upper right corner that is a small table of contents with links to three areas: Tasks, Legend, and Statistics.
243243

244244
In the Tasks section you will find a graph of where time is spent. Legend shows what the colors in the Tasks graph mean.
245245
Hovering over the background will show what phase that is, while hovering over bars will show more details about that specific action.

docs/CODING_STANDARDS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Avoid `any` where possible. If you find yourself using `any`, consider whether a
8282

8383
#### Getters and Setters
8484

85-
Getters and setters introduce openings for side-effects, add more complexity for code readers,
85+
Getters and setters introduce openings for side effects, add more complexity for code readers,
8686
and generate additional code when targeting older browsers.
8787

8888
* Only use getters and setters for `@Input` properties or when otherwise required for API

docs/DEVELOPER.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ $ yarn lint
146146
## Publishing Snapshot Builds
147147

148148
When a build of any branch on the upstream fork angular/angular is green on CircleCI, it
149-
automatically publishes build artifacts to repositories in the Angular org, for example, the `@angular/core`
150-
package is published to https://github.com/angular/core-builds.
149+
automatically publishes build artifacts to repositories in the Angular org. For example,
150+
the `@angular/core` package is published to https://github.com/angular/core-builds.
151151

152152
You may find that your un-merged change needs some validation from external participants.
153153
Rather than requiring them to pull your Pull Request and build Angular locally, they can depend on

docs/PUBLIC_API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Our semver, timed-release cycle and deprecation policy currently applies to thes
1515
- `@angular/service-worker`
1616

1717

18-
One intentional omission from this list is `@angular/compiler`, which is currently considered a low level api and is subject to internal changes. These changes will not affect any applications or libraries using the higher-level apis (the command line interface or JIT compilation via `@angular/platform-browser-dynamic`). Only very specific use-cases require direct access to the compiler API (mostly tooling integration for IDEs, linters, etc). If you are working on this kind of integration, please reach out to us first.
18+
One intentional omission from this list is `@angular/compiler`, which is currently considered a low level API and is subject to internal changes. These changes will not affect any applications or libraries using the higher-level APIs (the command line interface or JIT compilation via `@angular/platform-browser-dynamic`). Only very specific use-cases, such as tooling integration for IDEs and linters, require direct access to the compiler API. If you are working on this kind of integration, please reach out to us first.
1919

2020
Package `@angular/bazel` is currently an Angular Labs project and not covered by the public API guarantees.
2121

0 commit comments

Comments
 (0)