Skip to content

Commit 849f835

Browse files
chore: rename title back to original compilationMode
1 parent f3fa51b commit 849f835

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/content/reference/react-compiler/compilationMode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: modoDeCompilação
2+
title: compilationMode
33
---
44
<Intro>
55

@@ -197,4 +197,4 @@ function useData() {
197197
const [data] = useState(() => window.localStorage.getItem('data'));
198198
return data;
199199
}
200-
```
200+
```

0 commit comments

Comments
 (0)