Skip to content

Commit 2e54cbc

Browse files
chore: capitalize section heading title
per @jhonmike suggestions
1 parent c0b4841 commit 2e54cbc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/content/reference/react-compiler

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ import { c as _c } from 'react-compiler-runtime';
101101

102102
---
103103

104-
## Solução de problemas {/*troubleshooting*/}
104+
## Solução de Problemas {/*troubleshooting*/}
105105

106106
### Erros de runtime sobre runtime do compilador ausente {/*missing-runtime*/}
107107

@@ -145,4 +145,4 @@ import { c } from 'react/compiler-runtime'
145145
// Para React 17/18 (runtime polyfill)
146146
import { c } from 'react-compiler-runtime'
147147
// ^
148-
```
148+
```

0 commit comments

Comments
 (0)