We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b96c6a commit f1f953cCopy full SHA for f1f953c
content/docs/faq-ajax.md
@@ -53,7 +53,7 @@ class MyComponent extends React.Component {
53
},
54
// שים לב: חשוב לטפל בשגיאות כאן
55
// כדי שלא נפספס catch()-במקום הבלוק
56
- // חריגות מבאגים בפועל בקומפוננטות שלנו.
+ // על מנת שלא "נבלע" חריגות מבאגים בקומפוננטות שלנו.
57
(error) => {
58
this.setState({
59
isLoaded: true,
0 commit comments