From e35ee592ad4ad8132736ae73e966a2c2ba9cb5ae Mon Sep 17 00:00:00 2001 From: Neil Cuzon <58763315+NeilCuzon@users.noreply.github.com> Date: Sun, 8 Nov 2020 18:59:32 -0800 Subject: [PATCH] Update directives.md --- docs/directives.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/directives.md b/docs/directives.md index e9f6ccc6e..322cee353 100644 --- a/docs/directives.md +++ b/docs/directives.md @@ -3,7 +3,7 @@ **Edit this Page** [![N|Solid](img/GitHub-Mark-32px.png)](https://github.com/mermaid-js/mermaid/blob/develop/docs/directives.md) ## Directives -Directives gives a diagram author the capability to alter the appearance of a diagram configuration. +Directives gives a diagram author the capability to alter the appearance of a diagram before rendering by changing the applied configuration. Directives are divided in two sets by priority. The first set, containing 'init' or 'initialize' directives take priority. While the other set, containing all other kinds of directives are parsed and factored into the rendering, only after 'init' and the desired graph-type are declared.