Skip to content

Commit

Permalink
docs: fix a typo of angular-architect example
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaLiPassion committed Nov 7, 2020
1 parent 700374a commit 996e245
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 996e245

Please sign in to comment.