Skip to content

Commit 1e7fa2a

Browse files
committed
fix doc typo
1 parent 283e565 commit 1e7fa2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinxdocs/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Bazel:
2727
visible to subsequent invocations. This can be done multiple ways:
2828
* Set `tags = ["no-sandbox"]` on the `sphinx_docs` target
2929
* `--modify_execution_info=SphinxBuildDocs=+no-sandbox` (Bazel flag)
30-
* `--strategy=SphinxBuildDocs=local` (Bazel flag)
30+
* `--strategy=SphinxBuildDocs=local` (Bazel flag)
3131
* Use persistent workers (enabled by default) by setting
3232
`allow_persistent_workers=True` on the `sphinx_docs` target. Note that other
3333
Bazel flags can disable using workers even if an action supports it. Setting

0 commit comments

Comments
 (0)