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: current/en-us/7. plugins/4. i18n.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ const coreBundles = {
109
109
110
110
Now that you have installed and configured your loader, these are the steps to get started with the plugin.
111
111
112
-
First, use Manual Boostrapping. Open your `index.html` and locate the element with the attribute aurelia-app. Change it to look like this:
112
+
First, use Manual Bootstrapping. Open your `index.html` and locate the element with the attribute aurelia-app. Change it to look like this:
113
113
114
114
```HTML Setting up Aurelia Bootstrapping
115
115
<bodyaurelia-app="main">
@@ -1063,4 +1063,4 @@ On top of that if you need the Intl polyfill included you have to manually requi
1063
1063
import'intl';
1064
1064
```
1065
1065
1066
-
For additional information about Intl.js and Webpack please take a look at this [official repos information](https://github.com/andyearnshaw/Intl.js#intljs-and-browserifywebpack)
1066
+
For additional information about Intl.js and Webpack please take a look at this [official repos information](https://github.com/andyearnshaw/Intl.js#intljs-and-browserifywebpack)
0 commit comments