Skip to content

Commit a89b9de

Browse files
author
Hendrik Muhs
committed
[Docs] remove double words (#34138)
removes double wording and typo
1 parent 7d34f9a commit a89b9de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/README.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ are tests even if they don't have `// CONSOLE` but usually `// TEST` is used
1919
for its modifiers:
2020
* `// TEST[s/foo/bar/]`: Replace `foo` with `bar` in the generated test. This
2121
should be used sparingly because it makes the snippet "lie". Sometimes,
22-
though, you can use it to make the snippet more clear more clear. Keep in
23-
mind the that if there are multiple substitutions then they are applied in
24-
the order that they are defined.
22+
though, you can use it to make the snippet more clear. Keep in mind that
23+
if there are multiple substitutions then they are applied in the order that
24+
they are defined.
2525
* `// TEST[catch:foo]`: Used to expect errors in the requests. Replace `foo`
2626
with `request` to expect a 400 error, for example. If the snippet contains
2727
multiple requests then only the last request will expect the error.

0 commit comments

Comments
 (0)