From fb4465ea805659b3afb7c0e5a2a91b2e0afbc464 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Thu, 20 Jun 2019 12:23:54 -0700 Subject: [PATCH] Fix typo --- experiments/modern/src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiments/modern/src/App.js b/experiments/modern/src/App.js index c6b8ec57..e7c662a9 100644 --- a/experiments/modern/src/App.js +++ b/experiments/modern/src/App.js @@ -82,7 +82,7 @@ function Layout({ }) { const data = React.useContext(SkinContext); if (background == null) { - console.warn("Got a Layouer without a background. Rendering null", id); + console.warn("Got a Layout without a background. Rendering null", id); return null; }