Skip to content

Commit

Permalink
fix: small spelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dyersituations committed Jun 10, 2024
1 parent 515ac80 commit b0836c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function createApp({
app.use(kivaPlugins);
app.use(kvAnalytics);
app.use(Vue3TouchEvents);
// Vue progress bar exports an opbject with a 'default' property on the server
// Vue progress bar exports an object with a 'default' property on the server
app.use(VueProgressBar.default ?? VueProgressBar, {
color: '#26b6e8',
failedColor: '#9c021a',
Expand Down

0 comments on commit b0836c9

Please sign in to comment.