Skip to content

Commit 46437c2

Browse files
authored
Add missing period to React v18.0 blog post (#6842)
1 parent 1fa2057 commit 46437c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/blog/2022/03/29/react-v18.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ With Strict Mode in React 18, React will simulate unmounting and remounting the
240240
241241
#### useTransition {/*usetransition*/}
242242

243-
`useTransition` and `startTransition` let you mark some state updates as not urgent. Other state updates are considered urgent by default. React will allow urgent state updates (for example, updating a text input) to interrupt non-urgent state updates (for example, rendering a list of search results). [See docs here](/reference/react/useTransition)
243+
`useTransition` and `startTransition` let you mark some state updates as not urgent. Other state updates are considered urgent by default. React will allow urgent state updates (for example, updating a text input) to interrupt non-urgent state updates (for example, rendering a list of search results). [See docs here](/reference/react/useTransition).
244244

245245
#### useDeferredValue {/*usedeferredvalue*/}
246246

0 commit comments

Comments
 (0)