Skip to content

Commit

Permalink
docs spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Silverstein committed May 14, 2018
1 parent 264965d commit f1df3ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion editor/store/selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,8 @@ export function isEditedPostEmpty( state ) {
* Returns true if the post can be autosaved, or false otherwise.
*
* @param {Object} state Global application state
* @return {boolean} Whether the post can be autosaved
*
* @return {boolean} Whether the post can be autosaved
*/
export function isPostAutosaveable( state ) {
// If the post is autosaving, it is not autosaveable.
Expand Down

0 comments on commit f1df3ff

Please sign in to comment.