Skip to content

Commit

Permalink
Docs: Updates to User Manual to correct word usage and typos
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 357256297
  • Loading branch information
Googler authored and copybara-github committed Feb 12, 2021
1 parent af1e664 commit 8d6ac07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/docs/user-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ <h3 id='strategy-options'>Execution strategy</h3>
These options affect how Bazel will execute the build.
They should not have any significant effect on the output files
generated by the build. Typically their main effect is on the
speed on the build.
speed of the build.
</p>

<h4 id='flag--spawn_strategy'><code class='flag'>--spawn_strategy <var>strategy</var></code></h4>
Expand Down Expand Up @@ -1055,7 +1055,7 @@ <h4 id='flag--keep_going'><code class='flag'>--[no]keep_going</code> (-k)</h4>
</p>
<p>
While this option is usually associated with the execution phase of
a build, it also effects the analysis phase: if several targets are
a build, it also affects the analysis phase: if several targets are
specified in a build command, but only some of them can be
successfully analyzed, the build will stop with an error
unless <code class='flag'>--keep_going</code> is specified, in which case the
Expand Down

0 comments on commit 8d6ac07

Please sign in to comment.