Skip to content

Commit ec27355

Browse files
authored
Fix grammatical error in ViewTransition documentation (#8068)
1 parent ef80db8 commit ec27355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react/ViewTransition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2124,7 +2124,7 @@ If a `startTransition` is started from the legacy popstate event, such as during
21242124

21252125
### My `<ViewTransition>` is not activating {/*my-viewtransition-is-not-activating*/}
21262126

2127-
`<ViewTransition>` only activates if it is placed is before any DOM node:
2127+
`<ViewTransition>` only activates if it is placed before any DOM node:
21282128

21292129
```js [3, 5]
21302130
function Component() {

0 commit comments

Comments
 (0)