Skip to content

Commit 7b349f6

Browse files
authored
fixed typo
1 parent 52925f1 commit 7b349f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/tables/graph-edge-constraints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Consider that you have `Product` and `Customer` nodes in your graph and you use
4545
Creating an edge constraint does not automatically create a corresponding index on `$from_id` and `$to_id` columns in the edge table. Manually creating an index on a `$from_id`, `$to_id` pair is recommended if you have point lookup queries or OLTP workload.
4646

4747
### ON DELETE referential actions on edge constraints
48-
Cascading actions on an edge constraint let users define the acations that the database engine takes when a user deletes the node(s), which the given edge connects. The following referential actions can be defined:
48+
Cascading actions on an edge constraint let users define the actions that the database engine takes when a user deletes the node(s), which the given edge connects. The following referential actions can be defined:
4949
*NO ACTION*
5050
The database engine raises an error when you try to delete a node that has connecting edge(s).
5151

0 commit comments

Comments
 (0)