Skip to content

Commit 2cf67d1

Browse files
authored
Merge pull request #289 from testdouble/jasonkarns-patch-1
grammar tweak
2 parents 9ecf097 + 9aa5d17 commit 2cf67d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/5-stubbing-results.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ quack('anything','at','all')
105105

106106
Will each return `undefined`. This differs from the default stubbings one might create with Jasmine or Sinon.js, but it's by design. When your code calls another function, the arguments it passes _probably matter_. As a result, testdouble.js defaults to assuming that the inputs passed to stubbed test doubles are necessary.
107107

108-
For instance, if the stubbing was unconditional, we might pat ourselves on the back for writing this test:
108+
For instance, if the stubbing were unconditional, we might pat ourselves on the back for writing this test:
109109

110110
``` javascript
111111
function sitInTraffic(horn){

0 commit comments

Comments
 (0)