Skip to content

Commit 5aab2a6

Browse files
authored
docs(CHANGELOG): fix typo (#13065)
1 parent fbea1ea commit 5aab2a6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ export default function Component() {
308308
}
309309
```
310310

311-
You'll now get type errors if you pass a path path value or a bad param value:
311+
You'll now get type errors if you pass a bad path value or a bad param value:
312312

313313
```ts
314314
const badPath = href("/not/a/valid/path");

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@
222222
- minthulim
223223
- mjackson
224224
- mlewando
225+
- mm-jpoole
225226
- modex98
226227
- morleytatro
227228
- ms10596

0 commit comments

Comments
 (0)