Skip to content

Commit 8a1e91e

Browse files
committed
docs: fix some typos
1 parent 166cd25 commit 8a1e91e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/cli/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ to calculate the enabled state.
2222

2323
Examples:
2424
```toml
25-
# alway disabled
25+
# always disabled
2626
enabled = false
2727
```
2828

packages/robot/src/robotcode/robot/config/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2294,7 +2294,7 @@ def __hash__(self) -> int:
22942294
22952295
Examples:
22962296
```toml
2297-
# alway disabled
2297+
# always disabled
22982298
enabled = false
22992299
```
23002300

0 commit comments

Comments
 (0)