Skip to content

Commit

Permalink
Fix typo in docs/api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Medeiros committed Jun 10, 2015
1 parent 337858f commit 4c0e0e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/api.md
Expand Up @@ -3,7 +3,7 @@

- [`run`](#run)
- [`makeDOMDriver`](#makeDOMDriver)
- [`renderAsHTML`](#renderAsHTML)
- [`makeHTMLDriver`](#makeHTMLDriver)
- [`Rx`](#Rx)
- [`h`](#h)
- [`svg`](#svg)
Expand Down Expand Up @@ -57,7 +57,7 @@ debugging and testing.

- - -

### <a id="renderAsHTML"></a> `renderAsHTML(a)`
### <a id="makeHTMLDriver"></a> `makeHTMLDriver(a)`

A factory for the HTML driver function. Takes the registry object of all
custom elements as the only parameter. The HTML driver function will use
Expand Down
2 changes: 1 addition & 1 deletion src/core/cycle.js
Expand Up @@ -69,7 +69,7 @@ var Cycle = {
* can be used for debugging and testing. To get the Observable of strings as
* the HTML renderization of the virtual DOM elements, call simply
* `get(htmlDriverName)` on the responses object returned by Cycle.run();
* @function renderAsHTML
* @function makeHTMLDriver
*/
makeHTMLDriver,

Expand Down

0 comments on commit 4c0e0e1

Please sign in to comment.