dash icon indicating copy to clipboard operation
dash copied to clipboard

[BUG] superfluous double quote (`"`) in MAKE_A_NEW_BACK_END.md

Open albert-github opened this issue 3 years ago • 0 comments

In the file MAKE_A_NEW_BACK_END.md of the master version we see at line 35:

- `_dash-layout"`: Gives the JSON structure of the initial Dash components to render on the page (`app.layout` in Python)

I think the " should not be present and the line should read:

- `_dash-layout`: Gives the JSON structure of the initial Dash components to render on the page (`app.layout` in Python)

albert-github avatar Jul 15 '22 11:07 albert-github