Skip to content

Commit

Permalink
Corrected the order in the code tabs (#40569)
Browse files Browse the repository at this point in the history
In step 1 there are two code tabs, JSX and Plain. I changed the order of the first one so they match. This makes it easier to compare the differences, making it a simple but nice change.
  • Loading branch information
tomjdv authored May 9, 2022
1 parent 2c5b236 commit dc91c15
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ Create a basic `block.json` file there:
```json
{
"apiVersion": 2,
"name": "gutenberg-examples/example-01-basic-esnext",
"title": "Example: Basic (ESNext)",
"icon": "universal-access-alt",
"name": "gutenberg-examples/example-01-basic-esnext",
"category": "layout",
"icon": "universal-access-alt",
"editorScript": "file:./build/index.js"
}
```
Expand Down

0 comments on commit dc91c15

Please sign in to comment.