Skip to content

Commit 4dab7fa

Browse files
authored
Fix typo in README.md
In ember-browserify change "Hwowever" to "However"
1 parent ab80e90 commit 4dab7fa

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)