Skip to content

Commit 5346751

Browse files
authored
Fixing typo fix spotted by the sharp eye of @hategan
1 parent 8ff033b commit 5346751

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/README-selectors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ substitute the value selected in the selector. For example:
2121
x = f("<&executor-type>")
2222

2323
When rendered, the `<&executor-type>` string will be replaced by the
24-
lower case version of the selected value in the immediately prceeding
24+
lower case version of the selected value in the immediately preceding
2525
selector. The string `"<&executor-type>"` must be a standalone token as
2626
far as the syntax highlighter is concerned. That is, it probably won't
2727
work if it's in a comment.
@@ -41,7 +41,7 @@ To add alternative code blocks, use:
4141
```
4242

4343
Alternate code blocks as well as value substitutions bind to the closest
44-
preeeding selector. However, selectors are synchronized, in that
44+
preceding selector. However, selectors are synchronized, in that
4545
selecting "Local" in one selector, will also select "Local" in all other
4646
selectors of the same type (i.e. "executor-type-*") that have "Local" as
4747
a listed value. If a selector does not have that value, the values and

0 commit comments

Comments
 (0)