Skip to content

Commit

Permalink
Merge pull request #3415 from mrmanc/feature/fix_directive_docs_copy_…
Browse files Browse the repository at this point in the history
…paste

Update duplicate copy pasted directive description
  • Loading branch information
sidharthv96 authored Sep 5, 2022
2 parents 7b60ac1 + 0aacc67 commit bd5933a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/directives.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ A --> C[End]

### Changing fontFamily via directive

The following code snippet changes theme to forest:
The following code snippet changes fontFamily to rebuchet MS, Verdana, Arial, Sans-Serif:

`%%{init: { "fontFamily": "Trebuchet MS, Verdana, Arial, Sans-Serif" } }%%`

Expand Down Expand Up @@ -176,7 +176,7 @@ A --> C[End]

### Changing logLevel via directive

The following code snippet changes theme to forest:
The following code snippet changes logLevel to 2:

`%%{init: { "logLevel": 2 } }%%`

Expand Down
4 changes: 2 additions & 2 deletions src/docs/directives.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ A --> C[End]

### Changing fontFamily via directive

The following code snippet changes theme to forest:
The following code snippet changes fontFamily to rebuchet MS, Verdana, Arial, Sans-Serif:

`%%{init: { "fontFamily": "Trebuchet MS, Verdana, Arial, Sans-Serif" } }%%`

Expand All @@ -152,7 +152,7 @@ A --> C[End]

### Changing logLevel via directive

The following code snippet changes theme to forest:
The following code snippet changes logLevel to 2:

`%%{init: { "logLevel": 2 } }%%`

Expand Down

0 comments on commit bd5933a

Please sign in to comment.