Skip to content

Commit c38b58e

Browse files
committed
Minor fixes
1 parent f1600ef commit c38b58e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

site/content/3.12/graphs/graph-visualizer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ up to 10 nodes that contain this text in one of these attributes
116116
You can run an AQL query to add nodes, edges, or paths of the graph to the canvas.
117117

118118
1. Click **Queries** of the top-left widget.
119-
2. On the **QUeries** tab, click **New query**.
119+
2. On the **Queries** tab, click **New query**.
120120
3. Enter an AQL query that returns nodes, edges, or paths
121121
(e.g. a graph traversal query), for example:
122122
```aql
@@ -360,8 +360,8 @@ All styling changes are visual-only and do not affect the underlying data.
360360
if it's closed.
361361
2. Select the **Nodes (#)** or **Edges (#)** tab.
362362
3. You can see the number of nodes and edges (per collection) that are on the canvas.
363-
4. You can sort the collection list by number instead of name by clicking the icon
364-
in the filter input field ({{< icon "swap" >}}) and selecting **Count**.
363+
4. You can sort the collection list by the number instead of name by clicking the icon
364+
in the filter input field ({{< icon "sort-by" >}}) and selecting **Count**.
365365
5. Click the icon ({{< icon "select-all" >}}) next to the number to select all
366366
nodes or edges that belong to the respective collection. This clears any
367367
previous selection.

site/content/3.13/graphs/graph-visualizer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ up to 10 nodes that contain this text in one of these attributes
116116
You can run an AQL query to add nodes, edges, or paths of the graph to the canvas.
117117

118118
1. Click **Queries** of the top-left widget.
119-
2. On the **QUeries** tab, click **New query**.
119+
2. On the **Queries** tab, click **New query**.
120120
3. Enter an AQL query that returns nodes, edges, or paths
121121
(e.g. a graph traversal query), for example:
122122
```aql
@@ -360,8 +360,8 @@ All styling changes are visual-only and do not affect the underlying data.
360360
if it's closed.
361361
2. Select the **Nodes (#)** or **Edges (#)** tab.
362362
3. You can see the number of nodes and edges (per collection) that are on the canvas.
363-
4. You can sort the collection list by number instead of name by clicking the icon
364-
in the filter input field ({{< icon "swap" >}}) and selecting **Count**.
363+
4. You can sort the collection list by the number instead of name by clicking the icon
364+
in the filter input field ({{< icon "sort-by" >}}) and selecting **Count**.
365365
5. Click the icon ({{< icon "select-all" >}}) next to the number to select all
366366
nodes or edges that belong to the respective collection. This clears any
367367
previous selection.

0 commit comments

Comments
 (0)