Skip to content

Commit

Permalink
fix: Fix the instructions for configuring the debug renderer. (#2365)
Browse files Browse the repository at this point in the history
  • Loading branch information
gonfunko authored May 20, 2024
1 parent a944082 commit ec5405a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/dev-tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ec5405a

Please sign in to comment.