Skip to content

Commit a4e1479

Browse files
committed
Correct casing for hand drawn
1 parent e499f70 commit a4e1479

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/intro/syntax-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ You can specify the layout algorithm directly in the metadata section of your Me
146146
---
147147
config:
148148
layout: elk
149-
look: handdrawn
149+
look: handDrawn
150150
theme: dark
151151
---
152152
flowchart TB
@@ -159,7 +159,7 @@ flowchart TB
159159
---
160160
config:
161161
layout: elk
162-
look: handdrawn
162+
look: handDrawn
163163
theme: dark
164164
---
165165
flowchart TB
@@ -168,7 +168,7 @@ flowchart TB
168168
B -->|No| D[Stop]
169169
```
170170

171-
In this example, the `layout: elk` line configures the diagram to use the ELK layout algorithm, along with the handdrawn look and forest theme.
171+
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.
172172

173173
#### Customizing ELK Layout:
174174

packages/mermaid/src/docs/intro/syntax-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ You can specify the layout algorithm directly in the metadata section of your Me
112112
---
113113
config:
114114
layout: elk
115-
look: handdrawn
115+
look: handDrawn
116116
theme: dark
117117
---
118118
flowchart TB
@@ -121,7 +121,7 @@ flowchart TB
121121
B -->|No| D[Stop]
122122
```
123123

124-
In this example, the `layout: elk` line configures the diagram to use the ELK layout algorithm, along with the handdrawn look and forest theme.
124+
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.
125125

126126
#### Customizing ELK Layout:
127127

0 commit comments

Comments
 (0)