Skip to content

Commit 0aed7ba

Browse files
committed
fix: Typo
1 parent b918f40 commit 0aed7ba

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

app/docs/catalog/chart-preview-via-api.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ function.
5353
/>
5454
```
5555

56-
**Note:** Manually changing `chartType` can lead to unexpected behaviour and potentially
57-
necessitates further adjustments. For example a change from `chartType=bar` to `chartType=column`
58-
needs a swap in `x` and `y` fields.
56+
**Note:** Manually changing `chartType` can lead to unexpected behavior and
57+
potentially necessitates further adjustments. For example a change from
58+
`chartType=bar` to `chartType=column` needs a swap in `x` and `y` fields.
5959

6060
## iframe preview via API
6161

@@ -149,7 +149,7 @@ JSON Schema examples can be opened e.g. in Visual Studio Code, where you will
149149
have an autocomplete feature to help you fill in the configuration.
150150

151151
Note that the types are very complex and it's encouraged to visit the Visualize
152-
application with `&flag\_\_debug=true` added to the end of the URL to enable the
152+
application with `&flag__debug=true` added to the end of the URL to enable the
153153
debug mode. You will then see the configurator state directly below the chart
154154
that is being edited. It also enables the `Dump to console` button, which will
155155
log the state to the browser console, for easier re-use.

0 commit comments

Comments
 (0)