Skip to content

Commit

Permalink
fix(docs): typo in tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
kris7t committed Nov 5, 2024
1 parent b59227b commit b97cd57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ import TuneIcon from '@material-icons/svg/svg/tune/baseline.svg';

5. The <SaveAltIcon className="inline-icon" aria-hidden="true" /> **export panel** lets you save the diagram as an SVG, PDF, or PNG file. Click the button to open the panel.

6. **Zoom controls** lat you adjust the size of the visualization and make it automatically fit the screen.
6. **Zoom controls** let you adjust the size of the visualization and make it automatically fit the screen.

7. The **view selector** lets you toggle the <CodeIcon className="inline-icon" aria-hidden="true" /> **code,** <SchemaIcon className="inline-icon" aria-hidden="true" /> **graph,** and <TableChartIcon className="inline-icon" aria-hidden="true" /> **table views.** You can have all three views open at the same time, or even just a single one to take a deeper look at the model.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ import TuneIcon from '@material-icons/svg/svg/tune/baseline.svg';

5. The <SaveAltIcon className="inline-icon" aria-hidden="true" /> **export panel** lets you save the diagram as an SVG, PDF, or PNG file. Click the button to open the panel.

6. **Zoom controls** lat you adjust the size of the visualization and make it automatically fit the screen.
6. **Zoom controls** let you adjust the size of the visualization and make it automatically fit the screen.

7. The **view selector** lets you toggle the <CodeIcon className="inline-icon" aria-hidden="true" /> **code,** <SchemaIcon className="inline-icon" aria-hidden="true" /> **graph,** and <TableChartIcon className="inline-icon" aria-hidden="true" /> **table views.** You can have all three views open at the same time, or even just a single one to take a deeper look at the model.

Expand Down

0 comments on commit b97cd57

Please sign in to comment.