Skip to content

Commit f1f953c

Browse files
Itay YehezkelItay Yehezkel
authored andcommitted
fix typos
1 parent 1b96c6a commit f1f953c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/faq-ajax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class MyComponent extends React.Component {
5353
},
5454
// שים לב: חשוב לטפל בשגיאות כאן
5555
// כדי שלא נפספס catch()-במקום הבלוק
56-
// חריגות מבאגים בפועל בקומפוננטות שלנו.
56+
// על מנת שלא "נבלע" חריגות מבאגים בקומפוננטות שלנו.
5757
(error) => {
5858
this.setState({
5959
isLoaded: true,

0 commit comments

Comments
 (0)