Skip to content
This repository has been archived by the owner on Sep 19, 2018. It is now read-only.

docs/api.md: Fix link to "List of Assertions" section #146

Merged
merged 1 commit into from Sep 13, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/api.md
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