Skip to content

Commit f7dd136

Browse files
matthewaerosekgolubichal-eisen-MG
authored
Correct spelling and some punctuation (#966)
Just a few tweaks to spelling and punctuation Co-authored-by: Kruno Golubic <[email protected]> Co-authored-by: hal-eisen-MG <[email protected]>
1 parent 6f58033 commit f7dd136

File tree

1 file changed

+3
-3
lines changed
  • pages/advanced-algorithms/available-algorithms

1 file changed

+3
-3
lines changed

pages/advanced-algorithms/available-algorithms/label.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import GitHub from '/components/icons/GitHub'
1111
# label
1212

1313
Labels are used to categorize nodes, and the `label` module provides a function
14-
to check the existance of a label within the node.
14+
to check the existence of a label within the node.
1515

1616
<Cards>
1717
<Card
@@ -47,7 +47,7 @@ Checks whether a specified node is labeled with the provided label.
4747

4848
{<h4> Usage: </h4>}
4949

50-
The following query, checks if the created node labeld `Student` also has a
50+
The following query checks if the created node labeled `Student` also has a
5151
`Teacher` label:
5252

5353
```cypher
@@ -62,4 +62,4 @@ Results:
6262
+----------------------------+
6363
| False |
6464
+----------------------------+
65-
```
65+
```

0 commit comments

Comments
 (0)