Skip to content

Commit 5e2c7c4

Browse files
committed
typo in debugOptimized
1 parent 664fc59 commit 5e2c7c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/blog/2025-10-08-react-native-0.82.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,10 +223,10 @@ With `debugOptimized` your animations and re-rendering will be faster, because y
223223

224224
When using `debugOptimized`, you won’t be able to use the C++ native debuggers, but you will still be able to use it if you use the debug build type.
225225

226-
To run the `debugOptimized` variant for your app built with the Community CLI you can invoke:
226+
To run the `debugOptimized` variant for your app you can invoke:
227227

228228
<Tabs>
229-
<TabItem label="Raw React Native" value="Raw React Native" default>
229+
<TabItem label="Community CLI" value="Community CLI" default>
230230
```
231231
npx react-native run-android --mode debugOptimized
232232
```

0 commit comments

Comments
 (0)