You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/DEVELOPER.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ following products on your development machine:
31
31
32
32
*[Yarn](https://yarnpkg.com) (version specified in the engines field of [`package.json`](../package.json)) which is used to install dependencies.
33
33
34
-
* Optional: [Java](https://openjdk.java.net/) version 7 or higher as required by [Closure Compiler](https://developers.google.com/closure/compiler). Most developers will not need this. Java is required for running some of the integration tests.
34
+
* Optional: [Java](https://openjdk.java.net/) version 7 or higher than required by [Closure Compiler](https://developers.google.com/closure/compiler). Most developers will not need this. Java is required for running some integration tests.
35
35
36
36
## Getting the Sources
37
37
@@ -146,7 +146,7 @@ $ yarn lint
146
146
## Publishing Snapshot Builds
147
147
148
148
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, eg. the `@angular/core`
149
+
automatically publishes build artifacts to repositories in the Angular org, for example, the `@angular/core`
150
150
package is published to https://github.com/angular/core-builds.
151
151
152
152
You may find that your un-merged change needs some validation from external participants.
0 commit comments