Fix one typo and align to 80 cols.

PiperOrigin-RevId: 484580085
Change-Id: I5c55a5e90b365a5b01dde914bb0819e1e683e1a7
diff --git a/site/en/run/bazelrc.md b/site/en/run/bazelrc.md
index 7943da72..7bdf541 100644
--- a/site/en/run/bazelrc.md
+++ b/site/en/run/bazelrc.md
@@ -56,7 +56,8 @@
     This flag is optional but can also be specified multiple times.
 
     `/dev/null` indicates that all further `--bazelrc`s will be ignored, which
-     is useful to disable the search for a user rc file, such as in release builds.
+     is useful to disable the search for a user rc file, such as in release
+     builds.
 
     For example:
 
@@ -232,6 +233,9 @@
 Bazel reads optional bazelrc files in this order:
 - System rc-file located at `etc/bazel.bazelrc`.
 - Workspace rc-file located at `$workspace/tools/bazel.rc`.
-- Home rc-file localted at `$HOME/.bazelrc`
+- Home rc-file located at `$HOME/.bazelrc`
 
-Each bazelrc file listed here has a corresponding flag which can be used to disable them (e.g. `--nosystem_rc`, `--noworkspace_rc`, `--nohome_rc`). You can also make Bazel ignore all bazelrcs by passing the `--ignore_all_rc_files` startup option.
+Each bazelrc file listed here has a corresponding flag which can be used to
+disable them (e.g. `--nosystem_rc`, `--noworkspace_rc`, `--nohome_rc`). You can
+also make Bazel ignore all bazelrcs by passing the `--ignore_all_rc_files`
+startup option.