Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/reference/react/ViewTransition.md
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down