aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Michael Beardsworth <beardsworth@google.com>2015-04-29 12:58:29 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2015-04-29 18:46:40 +0000
commit12c7f56208c2ce33fb569b352ea35de4597dbedf (patch)
tree48549601fde59a05cc99d4318c575131b239f86a /site
parent9f42989e3602e316370aa0bd31cb7e2a0ab9e824 (diff)
Fixed typo commint -> commit in Skylark docs
-- MOS_MIGRATED_REVID=92344518
Diffstat (limited to 'site')
-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.