Skip to content

Commit 559d7d0

Browse files
Merge pull request #479 from hankur/patch-1
Fix typo "Boostrapping"
2 parents e7b2e8b + 62e76d4 commit 559d7d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

current/en-us/7. plugins/4. i18n.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ const coreBundles = {
109109

110110
Now that you have installed and configured your loader, these are the steps to get started with the plugin.
111111

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:
113113

114114
```HTML Setting up Aurelia Bootstrapping
115115
<body aurelia-app="main">
@@ -1063,4 +1063,4 @@ On top of that if you need the Intl polyfill included you have to manually requi
10631063
import 'intl';
10641064
```
10651065

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

Comments
 (0)