Skip to content

Commit cab59f1

Browse files
committed
chore: remove repetitive words
Signed-off-by: sunnyraindy <sunnyraindy@outlook.com>
1 parent 63cd65a commit cab59f1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/how-to/navigation-blocking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ If the user clicks "leave" then `blocker.proceed()` will proceed with the naviga
166166

167167
## 5. Reset the blocker when the action resolves
168168

169-
If the user doesn't click either "leave" or "stay here", then then submits the form, the blocker will still be active. Let's reset the blocker when the action resolves with an effect.
169+
If the user doesn't click either "leave" or "stay here", then submits the form, the blocker will still be active. Let's reset the blocker when the action resolves with an effect.
170170

171171
```tsx filename=routes/contact.tsx
172172
useEffect(() => {

scripts/close-feature-pr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
To align with our new [Open Governance](https://remix.run/blog/rr-governance) model, we are now asking that all new features go through the [Proposal/RFC process](https://github.com/remix-run/react-router/blob/main/GOVERNANCE.md#new-feature-process) and that we don't open PRs until a proposal has been been accepted and advanced to Stage 1.
1+
To align with our new [Open Governance](https://remix.run/blog/rr-governance) model, we are now asking that all new features go through the [Proposal/RFC process](https://github.com/remix-run/react-router/blob/main/GOVERNANCE.md#new-feature-process) and that we don't open PRs until a proposal has been accepted and advanced to Stage 1.
22

33
If this feature doesn't have a Proposal, please [open one](https://github.com/remix-run/react-router/discussions/new?category=proposals) so we can evaluate/discuss the proposed feature. You can link to this PR as an example of a potential implementation and we can re-open it if the proposal advances.
44

scripts/close-no-repro-issue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ To align with our new [Open Governance](https://remix.run/blog/rr-governance) mo
22

33
To get this re-opened, please add a reproduction to the Issue description and tag `@brophdawg11` or `@brookslybrand` in a comment so we can re-open.
44

5-
Or, if this was closed by mistake and there is a valid reproduction, please ensure that it is linked in the Issue description and and tag `@brophdawg11` or `@brookslybrand` in a comment so we can re-open.
5+
Or, if this was closed by mistake and there is a valid reproduction, please ensure that it is linked in the Issue description and tag `@brophdawg11` or `@brookslybrand` in a comment so we can re-open.
66

77
If you have any questions, you can always reach out on [Discord](https://rmx.as/discord). Thanks again for providing feedback and helping us make React Router even better!

0 commit comments

Comments
 (0)