Skip to content

Commit

Permalink
Merge pull request WordPress#5547 from amdrew/issue/5546
Browse files Browse the repository at this point in the history
Fix `__experimentalRegisterSidebar`/`__experimentalActivateSidebar` typo in documentation

fixes WordPress#5546
  • Loading branch information
markjaquith authored Mar 10, 2018
2 parents 4cb41ab + 2ffa141 commit b5cdec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edit-post/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This method takes two arguments:
- a `name` to identify the sidebar. This name should contain a namespace prefix, followed by a slash and a sidebar name. The name should include only lowercase alphanumeric characters or dashes, and start with a letter. Example: `my-plugin/my-custom-sidebar`.
- a `settings` object, containing a title and a render function.

This method only registers a sidebar. To open the sidebar, use the `__experimentalRegisterSidebar` method below.
This method only registers a sidebar. To open the sidebar, use the `__experimentalActivateSidebar` method below.

#### Example:

Expand Down

0 comments on commit b5cdec9

Please sign in to comment.