Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
seddonm1 committed Aug 23, 2019
1 parent 991cad4 commit 2fb0357
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs-src/content/transform/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ The `GraphTransform` stage takes either a list of views of graph nodes and views
|environments|Array[String]|true|{{< readfile file="/content/partials/fields/environments.md" markdown="true" >}}|
|inputURI|URI|true*|URI/Glob of the input Cypher query.|
|nodes|Array[Object]|true*|List of node labels and node views to construct the graph from. See example below.|
|relationships|Array[Object]|true*|List of relionship types and relionship views to construct the graph from. See example below.|
|relationships|Array[Object]|true*|List of relationship types and relationship views to construct the graph from. See example below.|
|authentication|Map[String, String]|false|{{< readfile file="/content/partials/fields/authentication.md" markdown="true" >}}|
|cypherParams|Map[String, String]|false|{{< readfile file="/content/partials/fields/cypherParams.md" markdown="true" >}}|
|outputGraph|String|true|{{< readfile file="/content/partials/fields/outputGraph.md" markdown="true" >}}|
Expand Down
2 changes: 1 addition & 1 deletion docs/transform/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ <h3 id="parameters-2">Parameters</h3>
<td>relationships</td>
<td>Array[Object]</td>
<td>true*</td>
<td>List of relionship types and relionship views to construct the graph from. See example below.</td>
<td>List of relationship types and relationship views to construct the graph from. See example below.</td>
</tr>

<tr>
Expand Down

0 comments on commit 2fb0357

Please sign in to comment.