From adfbc35e4ea7ae02858a534de02699c370d0dc58 Mon Sep 17 00:00:00 2001 From: Marcus Kazmierczak Date: Thu, 6 May 2021 05:08:36 -0700 Subject: [PATCH] Fix link to ESNext in callout (#31512) --- docs/getting-started/tutorials/create-block/block-anatomy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/tutorials/create-block/block-anatomy.md b/docs/getting-started/tutorials/create-block/block-anatomy.md index d2224848e6865..aad4a32cda98d 100644 --- a/docs/getting-started/tutorials/create-block/block-anatomy.md +++ b/docs/getting-started/tutorials/create-block/block-anatomy.md @@ -3,7 +3,7 @@ At its simplest, a block in the WordPress block editor is a JSON object with a specific set of properties.
-Note: Block development uses ESNext syntax, this refers to the latest JavaScript standard. If this is unfamiliar, review the ESNext syntax documentation to familiarize yourself with the newer syntax. +Note: Block development uses ESNext syntax, this refers to the latest JavaScript standard. If this is unfamiliar, review the ESNext syntax documentation to familiarize yourself with the newer syntax.
The javascript part is done in the `src/index.js` file.