diff --git a/src/content/reference/react/ViewTransition.md b/src/content/reference/react/ViewTransition.md index 82b94766c96..acf59ac3821 100644 --- a/src/content/reference/react/ViewTransition.md +++ b/src/content/reference/react/ViewTransition.md @@ -2124,7 +2124,7 @@ If a `startTransition` is started from the legacy popstate event, such as during ### My `` is not activating {/*my-viewtransition-is-not-activating*/} -`` only activates if it is placed is before any DOM node: +`` only activates if it is placed before any DOM node: ```js [3, 5] function Component() {