Skip to content

Commit

Permalink
Merge pull request #1220 from anthony-langford/patch-1
Browse files Browse the repository at this point in the history
Update Troubleshooting.md
  • Loading branch information
theKashey authored Apr 5, 2019
2 parents 2d500fb + 8818008 commit df8eb13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if (anyModule.hot) {

```ts
if ((module as any).hot) {
;(module as any).hot.accept('./app', () => render(App))
(module as any).hot.accept('./app', () => render(App))
}
```

Expand Down

0 comments on commit df8eb13

Please sign in to comment.