You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sections/about.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ <h2>Play Along</h2>
17
17
<h2>About the Code</h2>
18
18
<p>The <ahref="https://github.com/electron/electron-api-demos">source code of this app<spanclass="u-visible-to-screen-reader">(opens in new window)</span></a> has been organized with ease of navigation in mind.</p>
19
19
20
-
<p>Nearly all (over 90%) of <ahref="http://babeljs.io/docs/learn-es2015/">ES2015<spanclass="u-visible-to-screen-reader">(opens in new window)</span></a> is availble to use in Electron <em>without the use of pre-processors</em> because it's a part of <ahref="https://developers.google.com/v8/">V8<spanclass="u-visible-to-screen-reader">(opens in new window)</span></a> which is built into Electron.</p>
20
+
<p>Nearly all (over 90%) of <ahref="http://babeljs.io/docs/learn-es2015/">ES2015<spanclass="u-visible-to-screen-reader">(opens in new window)</span></a> is available to use in Electron <em>without the use of pre-processors</em> because it's a part of <ahref="https://developers.google.com/v8/">V8<spanclass="u-visible-to-screen-reader">(opens in new window)</span></a> which is built into Electron.</p>
21
21
22
22
<p>To illustrate this we've made use of <code>const</code>, for un changing declarations; <code>let</code> for scoped declarations; and template strings like: <code>`Result is ${output}`</code> in the demo snippets.</p>
0 commit comments