Skip to content

Fix typo in part7b.md regarding transpilation - #4316

Open
chunogreg wants to merge 1 commit into
fullstack-hy2020:sourcefrom
chunogreg:patch-4
Open

Fix typo in part7b.md regarding transpilation#4316
chunogreg wants to merge 1 commit into
fullstack-hy2020:sourcefrom
chunogreg:patch-4

Conversation

@chunogreg

Copy link
Copy Markdown

const element = copy
it must be transpiled it into something the browser can run:

const element = React.createElement(App, null)

correction: it must be transpiled into something the browser can run:

@chunogreg

Copy link
Copy Markdown
Author

removed 'it' from: transpiled it into

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant