Skip to content

Commit aa97199

Browse files
Apply suggestions from code review
Co-authored-by: Richard Sill <[email protected]>
1 parent 7cbe6ad commit aa97199

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/ROOT/pages/migration/index.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -476,13 +476,13 @@ The `directed` argument was used to change the query direction of the relationsh
476476
The `directed` argument in `@relationship` fields is deprecated and will be removed in the future.
477477
Configure the query direction via the `queryDirection` and `direction` arguments of the `@relationship` directive instead.
478478

479-
=== Deprecated `@relationship.queryDirection` `_DEFAULT` and `_ONLY` options.
479+
=== Deprecated `@relationship.queryDirection` `_DEFAULT` and `_ONLY` options
480480

481481
Following the deprecation of the `directed` argument, the values accepted by the `@relationship.queryDirection` have changed:
482482

483483
- `DEFAULT_DIRECTED` is deprecated.
484484
- `DEFAULT_UNDIRECTED` is deprecated.
485-
- `DIRECTED_ONLY` is renamed to `DIRECTED`
486-
- `UNDIRECTED_ONLY` is renamed to `UNDIRECTED`
485+
- `DIRECTED_ONLY` is renamed to `DIRECTED`.
486+
- `UNDIRECTED_ONLY` is renamed to `UNDIRECTED`.
487487

488-
Following this change, a warning is raised if a deprecated value is used.
488+
A warning is raised if a you use a deprecated value.

0 commit comments

Comments
 (0)