Skip to content

Commit df27d56

Browse files
fix(incomplete-sentence): remove incomplete (#1063)
1 parent d44a9be commit df27d56

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)