Commit 61fc89b
authored
Fix grammatical error in ViewTransition documentation
## What
Fixed a grammatical error in the ViewTransition component documentation.
## Changes
- **Before:** `<ViewTransition> only activates if it is placed is before any DOM node`
- **After:** `<ViewTransition> only activates if it is placed before any DOM node`
## Why
The extra "is" was grammatically incorrect and made the sentence confusing for readers.
This is a simple documentation fix that improves clarity without changing any technical meaning.1 parent ef80db8 commit 61fc89b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2124 | 2124 | | |
2125 | 2125 | | |
2126 | 2126 | | |
2127 | | - | |
| 2127 | + | |
2128 | 2128 | | |
2129 | 2129 | | |
2130 | 2130 | | |
| |||
0 commit comments