Skip to content

Commit

Permalink
Fix: Improve JSDoc comment in ESNext template in edit.js file (#23164)
Browse files Browse the repository at this point in the history
* Fix: Improve JSDoc comment in ESNext template in edit.js file

* Add changelog entry for the bug fix
  • Loading branch information
gziolo authored Jun 15, 2020
1 parent 60ef323 commit 334ed49
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/create-block/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

### Bug Fix

- Fix an error reported by ESLint by improving JSDoc comment in ESNext template in `src/edit.js` file ([#23164](https://github.com/WordPress/gutenberg/pull/23164)).

## 0.14.0 (2020-06-15)

### Enhancements
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ import './editor.scss';
*
* @see https://developer.wordpress.org/block-editor/developers/block-api/block-edit-save/#edit
*
* @param {Object} [props] Properties passed from the editor.
* @param {Object} [props] Properties passed from the editor.
* @param {string} [props.className] Class name generated for the block.
*
* @return {WPElement} Element to render.
*/
Expand Down

0 comments on commit 334ed49

Please sign in to comment.