Fix typo (inspired by https://github.com/bazelbuild/bazel/pull/10780)

RELNOTES: None
PiperOrigin-RevId: 294972990
diff --git a/site/docs/skylark/deploying.md b/site/docs/skylark/deploying.md
index 881fe7b..21c4d3f 100644
--- a/site/docs/skylark/deploying.md
+++ b/site/docs/skylark/deploying.md
@@ -68,7 +68,7 @@
 ### WORKSPACE
 
 In the project's `WORKSPACE`, you should define the name that users will use
-to reference you rules. If your rules belong to the
+to reference your rules. If your rules belong to the
 [bazelbuild](https://github.com/bazelbuild) organization, you must use
 `rules_<lang>` (e.g. `rules_mockascript`). Otherwise, you should name your
 repository `<org>_rules_<lang>` (e.g. `build_stack_rules_proto`). Please contact