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
docs: fix various typos and improve grammar (#3015)
Used Jules to do some copy editing. It found a variety of typos.
* Consistently use backticks for rules_python, WORKSPACE, and some other
terms
* Various simple typo and grammar fixes
---------
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
is a build file generator for Bazel projects. It can create new `BUILD.bazel` files for a project that follows language conventions and update existing build files to include new sources, dependencies, and options.
5
5
6
-
Bazel may run Gazelle using the Gazelle rule, or it may be installed and run as a command line tool.
6
+
Bazel may run Gazelle using the Gazelle rule, or Gazelle may be installed and run as a command line tool.
7
7
8
-
See the documentation for Gazelle with rules_python in the {gh-path}`gazelle`
8
+
See the documentation for Gazelle with `rules_python` in the {gh-path}`gazelle`
0 commit comments