diff --git a/content/docs/hello-world.md b/content/docs/hello-world.md index f166a7d1..a78b8e75 100644 --- a/content/docs/hello-world.md +++ b/content/docs/hello-world.md @@ -9,9 +9,8 @@ next: introducing-jsx.html The smallest React example looks like this: ```jsx -ReactDOM - .createRoot(document.getElementById('root')) - .render(