Skip to content

Commit

Permalink
Update module usage guide
Browse files Browse the repository at this point in the history
  • Loading branch information
zajrik committed Feb 24, 2020
1 parent 6f3ab2c commit 4ff810b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/using_the_localization_module.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ points to, which will allow type hinting to display all the given keys as availa

```js
interface Foo {
EXAMPLE_1: any,
EXAMPLE_1: any,
EXAMPLE_3: any
}

Expand All @@ -230,7 +230,7 @@ The above example can be rewritten like so:

```js
enum Foo {
EXAMPLE_1,
EXAMPLE_1,
EXAMPLE_3
}

Expand Down

0 comments on commit 4ff810b

Please sign in to comment.