Skip to content

Commit 2c5d68d

Browse files
committed
fix typo
1 parent 12e7b60 commit 2c5d68d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ NODE_ENV=production browserify -g envify -p [ vueify/plugins/extract-css -o buil
5151

5252
## Tracking Runtime Errors
5353

54-
If a runtime error occurs during a component's render, it will be passed to the global `Vue.config.errorHandler` config function is it has been set. It might be a good idea to leverage this hook together with an error-tracking service like [Sentry](https://sentry.io), which provides [an official integration](https://sentry.io/for/vue/) for Vue.
54+
If a runtime error occurs during a component's render, it will be passed to the global `Vue.config.errorHandler` config function if it has been set. It might be a good idea to leverage this hook together with an error-tracking service like [Sentry](https://sentry.io), which provides [an official integration](https://sentry.io/for/vue/) for Vue.
5555

5656
## Extracting CSS
5757

0 commit comments

Comments
 (0)