Fix syntax highlighting in remote caching docs.

Closes #10711.

PiperOrigin-RevId: 293583040
diff --git a/site/docs/remote-caching.md b/site/docs/remote-caching.md
index 3750a0b..47b9853 100644
--- a/site/docs/remote-caching.md
+++ b/site/docs/remote-caching.md
@@ -121,7 +121,7 @@
 configuration such as authentication.
 
 
-Example configuration for `server section` in `nginx.conf`:
+Example configuration for `server` section in `nginx.conf`:
 
 ```nginx
 location /cache/ {
@@ -268,7 +268,7 @@
 To exclude specific targets from using the remote cache, tag the target with
 `no-cache`. For example:
 
-```
+```starlark
 java_library(
     name = "target",
     tags = ["no-cache"],