aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--site/docs/skylark/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/skylark/index.md b/site/docs/skylark/index.md
index 4ac8b104d2..40171a16a4 100644
--- a/site/docs/skylark/index.md
+++ b/site/docs/skylark/index.md
@@ -21,7 +21,7 @@ rules or macros (composition of rules and macros).
had to rebuild and restart Bazel before seeing a change, this slowed down the
development process a lot.
-* **Faster release cycle**. Update one rule file, commint the changes to
+* **Faster release cycle**. Update one rule file, commit the changes to
version control and everyone will use it when they sync. No need to wait for
a native rule to be released with the next Bazel binary.