Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nerrad committed May 22, 2019
1 parent ca4a16c commit 03823a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/data-controls/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ _Returns_

- `Object`: The control descriptor.

<a name="default" href="#default">#</a> **default**
<a name="controls" href="#controls">#</a> **controls**

The default export is what you use to register the controls with your custom
store.
Expand All @@ -54,7 +54,7 @@ _Usage_

```js
// WordPress dependencies
import controls from '@wordpress/data-controls';
import { controls } from '@wordpress/data-controls';
import { registerStore } from '@wordpress/data';

// Internal dependencies
Expand Down

0 comments on commit 03823a0

Please sign in to comment.