From 232f1fda6d873f67698fb6982cfe10df2201b4f7 Mon Sep 17 00:00:00 2001 From: Maciej Korycinski Date: Tue, 19 May 2020 11:09:08 +0200 Subject: [PATCH] Fix config param name. Drop duplicated field in css example. --- docs/sequenceDiagram.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/sequenceDiagram.md b/docs/sequenceDiagram.md index 16948a9cb..6962da1df 100755 --- a/docs/sequenceDiagram.md +++ b/docs/sequenceDiagram.md @@ -468,7 +468,6 @@ text.actor { .note { stroke: #decc93; - stroke: #ccccff; fill: #fff5ad; } @@ -503,7 +502,7 @@ mermaid.sequenceConfig = { | Param | Description | Default value | | ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------ | -| mirrorActor | Turns on/off the rendering of actors below the diagram as well as above it | false | +| mirrorActors | Turns on/off the rendering of actors below the diagram as well as above it | false | | bottomMarginAdj | Adjusts how far down the graph ended. Wide borders styles with css could generate unwanted clipping which is why this config param exists. | 1 | | actorFontSize | Sets the font size for the actor's description | 14 | | actorFontFamily | Sets the font family for the actor's description | "Open-Sans", "sans-serif" |