Skip to content

Commit b71a06b

Browse files
authored
Merge pull request #57 from zirmax/patch-1
fixed grammatical error in 311
2 parents 6e79bd8 + c4aab0b commit b71a06b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@
324324
|308| [How do you access imperative API of web components?](#how-do-you-access-imperative-api-of-web-components)|
325325
|309| [What is formik?](#what-is-formik)|
326326
|310| [What are typical middleware choices for handling asynchronous calls in Redux?](#what-are-typical-middleware-choices-for-handling-asynchronous-calls-in-redux)|
327-
|311| [Is browsers understand JSX code?](#is-browsers-understand-jsx-code)|
327+
|311| [Do browsers understand JSX code?](#do-browsers-understand-jsx-code)|
328328
|312| [Describe about data flow in react?](#describe-about-data-flow-in-react)|
329329
|313| [What is react scripts?](#what-is-react-scripts)|
330330
|314| [What are the features of create react app?](#what-are-the-features-of-create-react-app)|
@@ -6143,7 +6143,7 @@
61436143
61446144
**[⬆ Back to Top](#table-of-contents)**
61456145
6146-
311. ### Is browsers understand JSX code?
6146+
311. ### Do browsers understand JSX code?
61476147
No, browsers can't understand JSX code. You need a transpiler to convert your JSX to regular Javascript that browsers can understand. The most widely used transpiler right now is Babel.
61486148
61496149
**[⬆ Back to Top](#table-of-contents)**

0 commit comments

Comments
 (0)