Skip to content

Commit

Permalink
minor doc change to see if unit test also fail on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nhtnhan committed Oct 19, 2023
1 parent 33a5fc4 commit e02251f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/community/newDiagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,4 +214,4 @@ const themes = {
};
```

The actual options and values for the colors are defined in **src/theme/theme-\[xyz].js**. If you provide the options your diagram needs in the existing theme files then the theming will work smoothly without hiccups.
The actual options and values for the colors are defined in **src/theme/theme-\[xyz].js**. If you provide the options your diagram needs in the existing theme files then the theming will work smoothly without hiccups here.
2 changes: 1 addition & 1 deletion packages/mermaid/src/docs/community/newDiagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,4 +211,4 @@ const themes = {
};
```

The actual options and values for the colors are defined in **src/theme/theme-[xyz].js**. If you provide the options your diagram needs in the existing theme files then the theming will work smoothly without hiccups.
The actual options and values for the colors are defined in **src/theme/theme-[xyz].js**. If you provide the options your diagram needs in the existing theme files then the theming will work smoothly without hiccups here.

0 comments on commit e02251f

Please sign in to comment.