Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lfabreges committed Sep 3, 2018
1 parent 15c8a24 commit a534350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ There is no plan to implement this feature in the near future.

## Troubleshooting
### The angular localization pipe does not work when in a modal context
As a workaround, tou can trigger a change detection from within your component constructor:
As a workaround, you can trigger a change detection from within your component constructor:
```ts
constructor(
private readonly params: ModalDialogParams,
Expand Down

0 comments on commit a534350

Please sign in to comment.