Fix grammatical error in ViewTransition documentation (#8068)

This commit is contained in:
Omoshola E.
2025-10-09 16:35:13 -07:00
committed by GitHub
parent ef80db85df
commit ec27355976

View File

@@ -2124,7 +2124,7 @@ If a `startTransition` is started from the legacy popstate event, such as during
### My `<ViewTransition>` is not activating {/*my-viewtransition-is-not-activating*/}
`<ViewTransition>` only activates if it is placed is before any DOM node:
`<ViewTransition>` only activates if it is placed before any DOM node:
```js [3, 5]
function Component() {