Skip to content

Commit d976df4

Browse files
committed
fix(incomplete-sentence): remove incomplete
1 parent 206c33b commit d976df4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

versioned_docs/version-5.x/configuring-links.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const state = {
6363
};
6464
```
6565

66-
By default, React Navigation will use the path segments as the route name when parsing the URL. But directly translating path segments to route names may not be the expected behavior, and your.
66+
By default, React Navigation will use the path segments as the route name when parsing the URL. But directly translating path segments to route names may not be the expected behavior.
6767

6868
For example, you might want to parse the path `/feed/latest` to something like:
6969

versioned_docs/version-6.x/configuring-links.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const state = {
6363
};
6464
```
6565

66-
By default, React Navigation will use the path segments as the route name when parsing the URL. But directly translating path segments to route names may not be the expected behavior, and your.
66+
By default, React Navigation will use the path segments as the route name when parsing the URL. But directly translating path segments to route names may not be the expected behavior.
6767

6868
For example, you might want to parse the path `/feed/latest` to something like:
6969

0 commit comments

Comments
 (0)