Skip to content

Commit

Permalink
docs/api.md: Fix link to "List of Assertions" section
Browse files Browse the repository at this point in the history
  • Loading branch information
cvrebert committed Sep 12, 2015
1 parent cf98770 commit 4368983
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ The test title for sinple page tests is always taken from `document.title`.
## Making assertions ##

Functions for making assertions start `assert_`. The full list of
asserts avaliable is documented in the [asserts](#asserts) section
below.. The general signature is
asserts avaliable is documented in the [asserts](#list-of-assertions) section
below. The general signature is

```js
assert_something(actual, expected, description)
Expand Down

0 comments on commit 4368983

Please sign in to comment.