From db2a0cde22f0fe3ef5878a9fb6b2bafabb51c98d Mon Sep 17 00:00:00 2001 From: ABLsaurusRex Date: Fri, 19 Dec 2014 12:40:14 -0800 Subject: [PATCH] "belong to the forth link" should be "belong to the fourth link"; "seperate module" should be "separate module". --- Home.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index d31812e..c43fe24 100644 --- a/Home.md +++ b/Home.md @@ -237,7 +237,7 @@ A---|This is the text|B; It is possible to style links, for instance you might want to style a link that is going backwards in the flow. As links has no ids in the same way as nodes, some other way of deciding what link the style should be attached to is required. Instead of ids the order number of when the link was defined in the graph is used. In the example below the style -defined in the linkStyle statement will belong to the forth link in the graph: +defined in the linkStyle statement will belong to the fourth link in the graph: ``` linkStyle 3 stroke:#ff3,stroke-width:4px; @@ -254,7 +254,7 @@ click nodeId callback * nodeId is the id of the node * callback is the name of a javascript function defined on the page displaying the graph, the function will be called with the nodeId as parameter. -## Usage of the parser as a seperate module +## Usage of the parser as a separate module ### Setup ```