Skip to content

Commit bbea522

Browse files
matsakyanlex111
authored andcommitted
fix code style in concurrent-mode-reference.md (#2553)
1 parent 0be8b72 commit bbea522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/concurrent-mode-reference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ A good example of this is a text input.
174174
```js
175175
function App() {
176176
const [text, setText] = useState("hello");
177-
const deferredText = useDeferredValue(text, {timeoutMs: 2000 });
177+
const deferredText = useDeferredValue(text, { timeoutMs: 2000 });
178178

179179
return (
180180
<div className="App">

0 commit comments

Comments
 (0)