Skip to content

Commit dfe03b1

Browse files
authored
Merge pull request #86 from fetsorn/patch-1
fix typos in README.adoc
2 parents d00a61e + b71f276 commit dfe03b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -528,14 +528,14 @@ hello world
528528
```
529529

530530
ifndef::backend-manpage[]
531-
It has been asked wether using *fake* results in creating actual fakes or stubs or mocks? or may be spies? or may be they are dummies?
531+
It has been asked whether using *fake* results in creating actual fakes or stubs or mocks? or may be spies? or may be they are dummies?
532532
The first answer to this question is: it depends. The second is: read this
533-
https://www.google.fr/search?tbm=isch&q=fake%20mock%20stub[great and detailed literature] on this subjet.
533+
https://www.google.fr/search?tbm=isch&q=fake%20mock%20stub[great and detailed literature] on this subject.
534534
endif::[]
535535

536536
=== Using stdin
537537

538-
Here is an exemple, parameterizing fake with its _stdin_ to test that code fails when some process does not run and succeeds otherwise:
538+
Here is an example, parameterizing fake with its _stdin_ to test that code fails when some process does not run and succeeds otherwise:
539539

540540
```test
541541
code() {
@@ -649,7 +649,7 @@ It can also help in asserting the values of these parameters ... but this may be
649649

650650
For instance, in our previous code that checks apache is running, we have an issue since our code does not use _ps_ with the appropriate parameters. So we will try to check that parameters given to ps are _ax_.
651651

652-
To do that, the first naive approch would be:
652+
To do that, the first naive approach would be:
653653

654654
```test
655655
code() {

0 commit comments

Comments
 (0)