Skip to content

Commit c127b3b

Browse files
authored
Merge pull request #171 from jacobq/typo-however
Fix typo in README.md
2 parents ab80e90 + 4dab7fa commit c127b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ If you're using [ember-browserify], you're used to writing imports like this:
430430
import MyModule from 'npm:my-module';
431431
```
432432

433-
If the `my-module` has types, you will not be able to resolve them this way by default. You can add a simple tweak to your `tsconfig.json` to resolve the types correctly, hwowever:
433+
If the `my-module` has types, you will not be able to resolve them this way by default. You can add a simple tweak to your `tsconfig.json` to resolve the types correctly, however:
434434

435435
```json
436436
{

0 commit comments

Comments
 (0)