Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Jan 19, 2016
1 parent 39fe5c2 commit 36b4215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ expect.use(weknowhow.unexpectedCheck);
Include the library with RequireJS the following way:

```js#evaluate:false
define(['unexpected', 'unexpected-check], funtion (unexpected, unexpectedCheck) {
define(['unexpected', 'unexpected-check'], funtion (unexpected, unexpectedCheck) {
var expect = unexpected.clone();
expect.use(unexpectedCheck);
// Your code
Expand Down

0 comments on commit 36b4215

Please sign in to comment.