Skip to content

Commit

Permalink
docs: fix a typo of angular-architect example (#2272)
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaLiPassion authored and Alex Eagle committed Nov 10, 2020
1 parent 3a4155c commit 1d16824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/angular_bazel_architect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ There are a few ways to use Angular with Bazel. See https://bazelbuild.github.io
This example showcases building and testing a project with the Angular CLI.
Instead of using the Angular CLI directly we use Architect here, which is the lower level api for the Angular CLI.

This requies one patch, which can be found under ./patches.
This requires one patch, which can be found under [./patches](./patches).
This patch adjusts how the architect-cli prints stdio so that when running under Bazel you don't lose your logs.

0 comments on commit 1d16824

Please sign in to comment.