Skip to content

Commit 68db45c

Browse files
authored
Correct typos in exec_properties README.md (#881)
standrad -> standard user defined -> user-defined
1 parent 1727f84 commit 68db45c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rules/exec_properties/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ exec_properties.bzl contains the following Starlark macros:
1212
local repository contains a set of standard constants each of which contains a
1313
dictionary of remote execution properties that are consumable by RBE.
1414

15-
A standrad name for this repository is `exec_properties`, and that's the name
15+
A standard name for this repository is `exec_properties`, and that's the name
1616
that should generally be used.
1717

1818
## custom_exec_properties
1919

2020
`custom_exec_properties` is a Starlark macro that can be called from the
2121
`WORKSPACE` file. It wraps a repo rule that creates a local repository. This
22-
local repository contains a set of user defined constants, each of which
22+
local repository contains a set of user-defined constants, each of which
2323
contains a dictionary of remote execution properties.
2424

2525
It is highly recommended to use a globally unique name for this repo rule (and

0 commit comments

Comments
 (0)