Skip to content

Commit

Permalink
Fix link to ESNext in callout
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaz committed May 6, 2021
1 parent 0ea3bcc commit 0837671
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
At its simplest, a block in the WordPress block editor is a JSON object with a specific set of properties.

<div class="callout callout-info">
<strong>Note:</strong> Block development uses ESNext syntax, this refers to the latest JavaScript standard. If this is unfamiliar, review the <a href="/docs/how-to-guides/javascript/esnext-js.md">ESNext syntax documentation</a> to familiarize yourself with the newer syntax.
<strong>Note:</strong> Block development uses ESNext syntax, this refers to the latest JavaScript standard. If this is unfamiliar, review the <a href="https://developer.wordpress.org/block-editor/how-to-guides/javascript/esnext-js/">ESNext syntax documentation</a> to familiarize yourself with the newer syntax.
</div>

The javascript part is done in the `src/index.js` file.
Expand Down

0 comments on commit 0837671

Please sign in to comment.