diff --git a/documentation/docmaker.json b/documentation/docmaker.json index 75442987d..b3c34baeb 100644 --- a/documentation/docmaker.json +++ b/documentation/docmaker.json @@ -1460,14 +1460,14 @@ }, { - "descr": "Get the value of a specified rendered posisition dimension.", + "descr": "Get the value of a specified rendered position dimension.", "args": [ { "name": "dimension", "descr": "The position dimension to get." } ] }, { - "descr": "Set the value of a specified rendered posisition dimension.", + "descr": "Set the value of a specified rendered position dimension.", "args": [ { "name": "dimension", "descr": "The position dimension to set." }, { "name": "value", "descr": "The value to set to the dimension." } @@ -1493,14 +1493,14 @@ }, { - "descr": "Get the value of a specified relative posisition dimension.", + "descr": "Get the value of a specified relative position dimension.", "args": [ { "name": "dimension", "descr": "The position dimension to get." } ] }, { - "descr": "Set the value of a specified relative posisition dimension.", + "descr": "Set the value of a specified relative position dimension.", "args": [ { "name": "dimension", "descr": "The position dimension to set." }, { "name": "value", "descr": "The value to set to the dimension." } diff --git a/documentation/md/collection/degree.md b/documentation/md/collection/degree.md index 37cd169c9..7aa8f817a 100644 --- a/documentation/md/collection/degree.md +++ b/documentation/md/collection/degree.md @@ -6,4 +6,4 @@ *Outdegree* : For a node, the outdegree is the number of outgoing edge connections it has. Each time a node is referred to as `source` of an edge in the graph, that counts as an outgoing edge connection. -*Total degree* : For a set of nodes, the the total degree is the total number of edge connections to nodes in the set. \ No newline at end of file +*Total degree* : For a set of nodes, the total degree is the total number of edge connections to nodes in the set. \ No newline at end of file