docs: fix minor typos in various documentations (#47290) (#47290)

PR Close #47290

PR Close #47290
This commit is contained in:
Marc Wrobel
2022-08-29 22:17:17 +02:00
committed by Andrew Kushnir
parent eca3db5692
commit 25c4e4cd5d
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -239,7 +239,7 @@ yarn bazel analyze-profile filename_name.profile --html --html_details --html_hi
This will generate a `filename_name.profile.html` file that you can open in your browser.
In the upper right corner that is a small table of contents with links to three areas: Tasks, Legend and Statistics.
In the upper right corner that is a small table of contents with links to three areas: Tasks, Legend, and Statistics.
In the Tasks section you will find a graph of where time is spent. Legend shows what the colors in the Tasks graph mean.
Hovering over the background will show what phase that is, while hovering over bars will show more details about that specific action.
+1 -1
View File
@@ -82,7 +82,7 @@ Avoid `any` where possible. If you find yourself using `any`, consider whether a
#### Getters and Setters
Getters and setters introduce openings for side-effects, add more complexity for code readers,
Getters and setters introduce openings for side effects, add more complexity for code readers,
and generate additional code when targeting older browsers.
* Only use getters and setters for `@Input` properties or when otherwise required for API
+2 -2
View File
@@ -146,8 +146,8 @@ $ yarn lint
## Publishing Snapshot Builds
When a build of any branch on the upstream fork angular/angular is green on CircleCI, it
automatically publishes build artifacts to repositories in the Angular org, for example, the `@angular/core`
package is published to https://github.com/angular/core-builds.
automatically publishes build artifacts to repositories in the Angular org. For example,
the `@angular/core` package is published to https://github.com/angular/core-builds.
You may find that your un-merged change needs some validation from external participants.
Rather than requiring them to pull your Pull Request and build Angular locally, they can depend on
+1 -1
View File
@@ -15,7 +15,7 @@ Our semver, timed-release cycle and deprecation policy currently applies to thes
- `@angular/service-worker`
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.
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.
Package `@angular/bazel` is currently an Angular Labs project and not covered by the public API guarantees.