Skip to content

Commit

Permalink
Correct casing for hand drawn
Browse files Browse the repository at this point in the history
  • Loading branch information
knsv committed Aug 23, 2024
1 parent e499f70 commit a4e1479
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/intro/syntax-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ You can specify the layout algorithm directly in the metadata section of your Me
---
config:
layout: elk
look: handdrawn
look: handDrawn
theme: dark
---
flowchart TB
Expand All @@ -159,7 +159,7 @@ flowchart TB
---
config:
layout: elk
look: handdrawn
look: handDrawn
theme: dark
---
flowchart TB
Expand All @@ -168,7 +168,7 @@ flowchart TB
B -->|No| D[Stop]
```

In this example, the `layout: elk` line configures the diagram to use the ELK layout algorithm, along with the handdrawn look and forest theme.
In this example, the `layout: elk` line configures the diagram to use the ELK layout algorithm, along with the hand drawn look and forest theme.

#### Customizing ELK Layout:

Expand Down
4 changes: 2 additions & 2 deletions packages/mermaid/src/docs/intro/syntax-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ You can specify the layout algorithm directly in the metadata section of your Me
---
config:
layout: elk
look: handdrawn
look: handDrawn
theme: dark
---
flowchart TB
Expand All @@ -121,7 +121,7 @@ flowchart TB
B -->|No| D[Stop]
```

In this example, the `layout: elk` line configures the diagram to use the ELK layout algorithm, along with the handdrawn look and forest theme.
In this example, the `layout: elk` line configures the diagram to use the ELK layout algorithm, along with the hand drawn look and forest theme.

#### Customizing ELK Layout:

Expand Down

0 comments on commit a4e1479

Please sign in to comment.