Skip to content

Commit 3a79f10

Browse files
committed
fix some example typos
1 parent 4997c1f commit 3a79f10

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

examples/conflicts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ flags:
2525
# Running --cache with --no-cache is not permitted
2626
conflicts: [--no-cache]
2727
- long: --no-cache
28-
help: Diisable cache
28+
help: Disable cache
2929
# Running --no-cache with --cache or with --fast is not permitted
3030
conflicts: [--cache, --fast]
3131
- long: --fast

examples/conflicts/src/bashly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ flags:
88
# Running --cache with --no-cache is not permitted
99
conflicts: [--no-cache]
1010
- long: --no-cache
11-
help: Diisable cache
11+
help: Disable cache
1212
# Running --no-cache with --cache or with --fast is not permitted
1313
conflicts: [--cache, --fast]
1414
- long: --fast

lib/bashly/docs/env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ environment_variable.default:
2020
default: ~/config.ini
2121
2222
environment_variable.help:
23-
help: Specify the help message for name for this variable.
23+
help: Specify the help message for this variable.
2424
url: https://bashly.dannyb.co/configuration/environment-variable/#help
2525
example: |-
2626
environment_variables:

lib/bashly/docs/flag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ flag.conflicts:
7474
conflicts: [--no-cache]
7575
7676
- long: --no-cache
77-
help: Diisable cache
77+
help: Disable cache
7878
7979
# Running --no-cache with --cache or with --fast is not permitted
8080
conflicts: [--cache, --fast]

spec/approvals/cli/doc/full

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ environment_variable.default
496496

497497
environment_variable.help
498498

499-
Specify the help message for name for this variable.
499+
Specify the help message for this variable.
500500

501501
environment_variables:
502502
- name: api_key
@@ -624,7 +624,7 @@ flag.conflicts
624624
conflicts: [--no-cache]
625625

626626
- long: --no-cache
627-
help: Diisable cache
627+
help: Disable cache
628628

629629
# Running --no-cache with --cache or with --fast is not permitted
630630
conflicts: [--cache, --fast]

spec/approvals/examples/conflicts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Options:
2323
Enable cache
2424

2525
--no-cache
26-
Diisable cache
26+
Disable cache
2727

2828
--fast
2929
Run faster

0 commit comments

Comments
 (0)