Skip to content

Commit

Permalink
Merge pull request #447 from jawn/patch-1
Browse files Browse the repository at this point in the history
Fix spelling
  • Loading branch information
knsv authored Jan 9, 2017
2 parents 4c04001 + 345d460 commit 7ff87fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/content/flowchart.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ should have a different look.

a class definition looks like the example below:


```
classDef className fill:#f9f,stroke:#333,stroke-width:4px;
```
Expand Down Expand Up @@ -396,7 +397,7 @@ If a class is named default it will be assigned to all classes without specific

## Basic support for fontawesome

It is possible to add icons from fontawesome. In order to do so, you need to add the fontwesome as described in the instructions at
It is possible to add icons from fontawesome. In order to do so, you need to add the fontawesome as described in the instructions at
[the fontawesome web site](https://fortawesome.github.io/Font-Awesome/).

The icons are acessed via the syntax fa:#icon class name#.
Expand Down

0 comments on commit 7ff87fd

Please sign in to comment.