Fix misspellings on docs.bazel.build

RELNOTES: None.
PiperOrigin-RevId: 222438226
diff --git a/site/_sass/footer.scss b/site/_sass/footer.scss
index 16d3ff2..a90b624 100644
--- a/site/_sass/footer.scss
+++ b/site/_sass/footer.scss
@@ -1,12 +1,12 @@
 // Footer styles
 
-$footer-backgroud: #424242;
+$footer-background: #424242;
 $footer-color: #fff;
 $footer-link-color: #e0e0e0;
 
 .footer {
   margin-top: 40px;
-  background-color: $footer-backgroud;
+  background-color: $footer-background;
   color: $footer-color;
   padding: 20px;
 
diff --git a/site/_sass/style.scss b/site/_sass/style.scss
index 33f75e3..d2feac9 100644
--- a/site/_sass/style.scss
+++ b/site/_sass/style.scss
@@ -120,7 +120,7 @@
 }
 
 
-// Immitate material design buttons
+// Imitate material design buttons
 .btn-lg {
   font-size: 14px;
   text-transform: uppercase;
diff --git a/site/docs/cquery.html b/site/docs/cquery.html
index 898e190..992f7aa 100644
--- a/site/docs/cquery.html
+++ b/site/docs/cquery.html
@@ -317,6 +317,6 @@
 <h2 id='updates'>Updates</h2>
 
 <p>
-  The Bazel configurability team is continously improving <code>cquery</code>. If you want to
+  The Bazel configurability team is continuously improving <code>cquery</code>. If you want to
   ask questions, stay updated, or get involved, contact juliexxia@google.com
 </p>
diff --git a/site/docs/guide.html b/site/docs/guide.html
index da84e05..3be0dcd 100644
--- a/site/docs/guide.html
+++ b/site/docs/guide.html
@@ -392,7 +392,7 @@
 
 <p>
   Upon each cache hit, the modification time of the file in the cache is
-  updated. In this way, the last use of a file in the cache directroy can easily
+  updated. In this way, the last use of a file in the cache directory can easily
   be determined, for example to manually clean up the cache. The cache is never
   cleaned up automatically, as it might contain a copy of a file that is no
   longer available upstream.
diff --git a/site/docs/remote-execution-ci.md b/site/docs/remote-execution-ci.md
index 362252c..55fc7b2 100644
--- a/site/docs/remote-execution-ci.md
+++ b/site/docs/remote-execution-ci.md
@@ -80,7 +80,7 @@
 *   **Build or test targets are using rules that are incompatible with remote
     execution.** See
     [Adapting Bazel Rules for Remote Execution](https://docs.bazel.build/versions/master/remote-execution-rules.html)
-    for details about compatibility wtih remote execution.
+    for details about compatibility with remote execution.
 
 ## Using a custom container in the `rbe_ubuntu1604` CI config
 
diff --git a/site/docs/skylark/depsets.md b/site/docs/skylark/depsets.md
index fea965f..5660b45 100644
--- a/site/docs/skylark/depsets.md
+++ b/site/docs/skylark/depsets.md
@@ -31,7 +31,7 @@
 ## Full example
 
 
-This example is avalable at
+This example is available at
 [https://github.com/bazelbuild/examples/tree/master/rules/depsets](https://github.com/bazelbuild/examples/tree/master/rules/depsets).
 
 Suppose we have a hypothetical interpreted language Foo. In order to build each
diff --git a/site/docs/skylark/performance.md b/site/docs/skylark/performance.md
index 6b76667..ba3866d 100644
--- a/site/docs/skylark/performance.md
+++ b/site/docs/skylark/performance.md
@@ -147,7 +147,7 @@
 * If the args are too long for the command line an `ctx.actions.args()` object
 can be conditionally or unconditionally written to a param file using
 [`ctx.actions.args#use_param_file`](lib/Args.html#use_param_file). This is
-done behind the scenes when the action is executed. If you need to explictly
+done behind the scenes when the action is executed. If you need to explicitly
 control the params file you can write it manually using
 [`ctx.actions.write`](lib/actions.html#write).
 
diff --git a/site/docs/user-manual.html b/site/docs/user-manual.html
index de8f1ae..198ae4a 100644
--- a/site/docs/user-manual.html
+++ b/site/docs/user-manual.html
@@ -2551,7 +2551,7 @@
   regular expression
     <ul>
       <li><code id='flag--task_tree_threshold'>--task_tree_threshold</code> skip tasks with duration
-      less than threshhold, in milliseconds. Default is 50ms</li>
+      less than threshold, in milliseconds. Default is 50ms</li>
     </ul>
   </li>
 </ul>