From 3ffc66524c50748a7e6a874684b2dd3b7f92d9ac Mon Sep 17 00:00:00 2001 From: Vladimir Rutsky Date: Mon, 23 Jul 2018 08:08:29 -0700 Subject: fix typo: "how to creates" -> "how to create" Closes #5649. PiperOrigin-RevId: 205662376 --- site/docs/skylark/repository_rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site') diff --git a/site/docs/skylark/repository_rules.md b/site/docs/skylark/repository_rules.md index 44e40e3240..221c09320f 100644 --- a/site/docs/skylark/repository_rules.md +++ b/site/docs/skylark/repository_rules.md @@ -27,7 +27,7 @@ can be referred as `@//package:target` where `` is the value of the The rule is loaded when you explicitly build it, or if it is a dependency of the build. In this case, Bazel will execute its `implementation` function. This -function describe how to creates the repository, its content and BUILD files. +function describe how to create the repository, its content and BUILD files. ## Attributes -- cgit v1.2.3