Skip to content

Commit f687e89

Browse files
committed
Fix typo in API docs
1 parent 57b4a22 commit f687e89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

API.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ Only `MockFirebase` methods are included here. For details on normal Firebase AP
2020
- [`setClock(fn)`](#firebasesetclockfn---undefined)
2121
- [`restoreClock()`](#firebasesetclockfn---undefined)
2222
- [Messaging](#messaging)
23-
- [`respondNext(methodName, result)`](#respondnextmethodname--result---undefined)
24-
- [`failNext(methodName, err)`](#failnextmethodname--err---undefined)
25-
- [`on(methodName, callback)`](#onmethodname--callback---undefined)
23+
- [`respondNext(methodName, result)`](#respondnextmethodname-result---undefined)
24+
- [`failNext(methodName, err)`](#failnextmethodname-err---undefined)
25+
- [`on(methodName, callback)`](#onmethodname-callback---undefined)
2626

2727
## Core
2828

0 commit comments

Comments
 (0)