From ec5405a604aee28c040ebeb55a032fe8e1aafdd3 Mon Sep 17 00:00:00 2001 From: Aaron Dodson Date: Mon, 20 May 2024 14:47:54 -0700 Subject: [PATCH] fix: Fix the instructions for configuring the debug renderer. (#2365) --- plugins/dev-tools/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/dev-tools/README.md b/plugins/dev-tools/README.md index d749ba22ab..ec680bedb6 100644 --- a/plugins/dev-tools/README.md +++ b/plugins/dev-tools/README.md @@ -183,7 +183,7 @@ To see the different information the debug renderer surfaces, you can modify the config from the browser console. ```js -DebugRenderer.config = { +DebugDrawer.config = { rows: true, rowSpacers: true, elems: true,