Skip to content

Commit 08bd07e

Browse files
committed
Wording fixes
1 parent 076e402 commit 08bd07e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/extra/getting-started.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"\n",
1919
"We start by instantiating the [Nodes](./api-reference/node.rst) and [Relationships](./api-reference/relationship.rst) we want in our graph.\n",
2020
"The only mandatory fields for a node are the \"id\", and \"source\" and \"target\" for a relationship.\n",
21-
"But the other fields can optionally be used customize the appearance of the nodes and relationships in the visualization.\n",
21+
"But the other fields can optionally be used to customize the appearance of the nodes and relationships in the visualization.\n",
2222
"\n",
23-
"Lastly we instantiate a [VisualizationGraph](./api-reference/visualization-graph.rst) object with the nodes and relationships we created, and call its `render` method to display the graph.\n"
23+
"Lastly we create a [VisualizationGraph](./api-reference/visualization-graph.rst) object with the nodes and relationships we created, and call its `render` method to display the graph.\n"
2424
]
2525
},
2626
{

0 commit comments

Comments
 (0)