Skip to content

Commit 36b4215

Browse files
committed
Fixed typo
1 parent 39fe5c2 commit 36b4215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ expect.use(weknowhow.unexpectedCheck);
129129
Include the library with RequireJS the following way:
130130

131131
```js#evaluate:false
132-
define(['unexpected', 'unexpected-check], funtion (unexpected, unexpectedCheck) {
132+
define(['unexpected', 'unexpected-check'], funtion (unexpected, unexpectedCheck) {
133133
var expect = unexpected.clone();
134134
expect.use(unexpectedCheck);
135135
// Your code

0 commit comments

Comments
 (0)