Skip to content

Commit

Permalink
docblock object -> boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Silverstein committed May 11, 2018
1 parent 07cccd7 commit dbd3ab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editor/store/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,8 @@ export function editPost( edits ) {
/**
* Returns an action object to save the post.
*
* @param {Object} options Options for the save.
* @param {Object} options.autosave Perform an autosave if true.
* @param {Object} options Options for the save.
* @param {boolean} options.autosave Perform an autosave if true.
*
* @return {Object} Action object.
*/
Expand Down

0 comments on commit dbd3ab6

Please sign in to comment.