Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo #11

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/mermaidAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is the api to be used when handling the integration with the web page instead of using the default integration
(mermaid.js).

The core of this api is the **render** function that given a graph definitionas text renders the graph/diagram and
The core of this api is the **render** function that, given a graph definition text, renders the graph/diagram and
returns a svg element for the graph. It is is then up to the user of the API to make use of the svg, either insert it
somewhere in the page or something completely different.

Expand Down Expand Up @@ -43,7 +43,7 @@ This option decides the amount of logging to be used.

Sets the level of trust to be used on the parsed diagrams.

- **true**: (**default**) tags in text are encoded, click functionality is disabeled
- **true**: (**default**) tags in text are encoded, click functionality is disabled
- **false**: tags in text are allowed, click functionality is enabled

## startOnLoad
Expand Down