Skip to content
This repository was archived by the owner on Jan 8, 2019. It is now read-only.

Commit cf08390

Browse files
committed
docs(examples): Fix typo
1 parent 12cdb12 commit cf08390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/bundled/src/components/HelloWorld.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div class="hello">
3-
<p>This example shows how to initialize the <code>bugsnagClient</code> once and import<br/>it invarious parts of your application to report your own errors to Bugsnag.</p>
3+
<p>This example shows how to initialize the <code>bugsnagClient</code> once and import<br/>it in various parts of your application to report your own errors to Bugsnag.</p>
44

55
<h3>Use case: notifying Bugsnag of a handled error</h3>
66
<p>Example: we try to parse some user-provided JSON which we know might fail</p>

0 commit comments

Comments
 (0)