Skip to content

Commit

Permalink
doc(all): address some format issues
Browse files Browse the repository at this point in the history
Closes #269
  • Loading branch information
EisenbergEffect committed May 31, 2018
1 parent 36f37cc commit 1f47165
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/article/en-US/i18n-with-aurelia.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ The next step is to let the compiler know about your `*.d.ts` files. Add the fol
</code-listing>

or if you are using TypeScript 2.0 or later, you can add them to the types section like

<code-listing heading="Configuring custom typings in tsconfig.json">
<source-code lang="ES 2015">
... existing configuration code
Expand Down Expand Up @@ -1114,7 +1115,7 @@ Given following file structure:
└── src
├── assets
│ └── i18n
│ ├── index.js //<-- add an empty index.js as root pointer
│ ├── index.js // Add an empty index.js as root pointer here.
│ ├── de
│ │ └── translation.json
│ └── en
Expand Down

0 comments on commit 1f47165

Please sign in to comment.