Skip to content

Commit 338b5e3

Browse files
committed
Rework sentance order
1 parent dd0c186 commit 338b5e3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

TUTORIAL.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ Note the reference to a function `getdave_sbe_render_block_editor` which is the
8787

8888
### Adding the target HTML
8989

90-
As the block editor is a React powered application, we now need to output some HTML into our custom page into which the block editor can be rendered. To do this we need to define our `getdave_sbe_render_block_editor` from the step above.
90+
As the block editor is a React powered application, we now need to output some HTML into our custom page into which the JavaScript can render the block editor.
91+
92+
To do this we need to define our `getdave_sbe_render_block_editor` from the step above.
9193

9294
```php
9395
// init.php

0 commit comments

Comments
 (0)