From b018f026e35bdf591eefcc46e5cc3f39983d5861 Mon Sep 17 00:00:00 2001 From: Bojan Bedrac Date: Thu, 13 Feb 2020 15:51:00 +0100 Subject: [PATCH] Typo - fixes a typo --- docs/sequenceDiagram.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sequenceDiagram.md b/docs/sequenceDiagram.md index 063a0283e..280b616fc 100755 --- a/docs/sequenceDiagram.md +++ b/docs/sequenceDiagram.md @@ -284,7 +284,7 @@ sequenceDiagram ## Styling -Styling of the a sequence diagram is done by defining a number of css classes. During rendering these classes are extracted from the file located at src/themes/sequence.scss +Styling of a sequence diagram is done by defining a number of css classes. During rendering these classes are extracted from the file located at src/themes/sequence.scss ### Classes used @@ -414,5 +414,5 @@ mermaid.sequenceConfig = { Param | Description | Default value --- | --- | --- mirrorActor | 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 unwantewd clipping which is why this config param exists. | 1 +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