Skip to content

Commit 0a21931

Browse files
Update content/docs/error-boundaries.md
Co-authored-by: Alessandro De Blasis <[email protected]>
1 parent 7547de3 commit 0a21931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: content/docs/error-boundaries.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ La versione 16 di React stampa tutti gli errori, che vengono sollevati durante i
9393

9494
<img src="../images/docs/error-boundaries-stack-trace.png" style="max-width:100%" alt="Error caught by Error Boundary component">
9595

96-
E' anche possibile vedere i nomi dei fili e i numeri di linea nello stack trace del componente. Questo è il comportamento di default nei progetti creati con [Create React App](https://github.com/facebookincubator/create-react-app):
96+
E' anche possibile vedere i nomi dei file e i numeri di linea nello stack trace del componente. Questo è il comportamento di default nei progetti creati con [Create React App](https://github.com/facebookincubator/create-react-app):
9797

9898
<img src="../images/docs/error-boundaries-stack-trace-line-numbers.png" style="max-width:100%" alt="Error caught by Error Boundary component with line numbers">
9999

0 commit comments

Comments
 (0)