diff --git a/demos/journey.html b/demos/journey.html index 9ccc8dd3d..dadcfb13c 100644 --- a/demos/journey.html +++ b/demos/journey.html @@ -17,7 +17,7 @@
--- -title: My working day +title: My working day --- journey accTitle: Very simple journey demo diff --git a/packages/mermaid/src/diagrams/er/styles.js b/packages/mermaid/src/diagrams/er/styles.js index 7a525e28a..42dbcebde 100644 --- a/packages/mermaid/src/diagrams/er/styles.js +++ b/packages/mermaid/src/diagrams/er/styles.js @@ -32,7 +32,7 @@ const getStyles = (options) => text-anchor: middle; font-size: 18px; fill: ${options.textColor}; - } + } `; export default getStyles; diff --git a/packages/mermaid/src/docs/syntax/stateDiagram.md b/packages/mermaid/src/docs/syntax/stateDiagram.md index ede3a9534..29e355a72 100644 --- a/packages/mermaid/src/docs/syntax/stateDiagram.md +++ b/packages/mermaid/src/docs/syntax/stateDiagram.md @@ -396,7 +396,7 @@ Spaces can be added to a state by first defining the state with an id and then r In the following example there is a state with the id **yswsii** and description **Your state with spaces in it**. After it has been defined, **yswsii** is used in the diagram in the first transition (`[*] --> yswsii`) -and also in the transition to **YetAnotherState** (`yswsii --> YetAnotherState`). +and also in the transition to **YetAnotherState** (`yswsii --> YetAnotherState`). (**yswsii** has been styled so that it is different from the other states.) ```mermaid-example