@@ -93,7 +93,7 @@ <h2 id="GoJSTutorials">GoJS Tutorials</h2>
9393</ p >
9494
9595< p >
96- Alternatively you can link straight to a < b > GoJS</ b > library provided by a
96+ Alternatively, you can link straight to a < b > GoJS</ b > library provided by a
9797 < a target ="_blank " href ="https://developer.mozilla.org/en-US/docs/Glossary/CDN "> CDN</ a >
9898 such as:
9999</ p >
@@ -207,7 +207,7 @@ <h2 id="DiagramsAndModels">Diagrams and Models</h2>
207207 </ li >
208208 < li >
209209 Use Ctrl-C and Ctrl-V, or control-drag-and-drop, to make a copy of the selection.
210- (Use Command key as the modifier on MacOS instead of the Control key.)
210+ (Use the Command key as the modifier on MacOS instead of the Control key.)
211211 </ li >
212212 < li >
213213 Press the Delete key to delete selected nodes. (Read about more
@@ -385,7 +385,7 @@ <h2 id="StylingNodes">Styling Nodes</h2>
385385myDiagram.model = new go.Model(
386386 [ // note that each node data object holds whatever properties it needs;
387387 // for this app we add the "name" and "source" properties
388- // because in our template above, we have defined a bindings to expect them
388+ // because in our template above, we have defined bindings to expect them
389389 { name: "Don Meow", source: "cat1.png" },
390390 { name: "Copricat", source: "cat2.png" },
391391 { name: "Demeter", source: "cat3.png" },
@@ -934,4 +934,4 @@ <h2 class="text-base font-semibold tracking-wide">Company</h2>
934934 if ( window . goDoc ) window . goDoc ( ) ;
935935 } ) ;
936936 </ script >
937- </ html >
937+ </ html >
0 commit comments