Typo, unwanted period

I am new here, reading about the syntax, but I have noticed an unwanted period.
This commit is contained in:
Bastiaan Nelissen
2021-03-21 21:00:47 +01:00
committed by GitHub
parent a5cc75c1f7
commit 497fe6399f

View File

@@ -46,7 +46,7 @@ Implementors can only modify configurations using directives, but cannot change
The Two types of directives: are `init` or `initialize` and `wrap`.
```note
All directives are enclosed in `%%{ }%%.`
All directives are enclosed in `%%{ }%%`
```
Older versions of mermaid will not parse directives because `%%` will comment out the directive. This makes the update backward compatible.