Skip to content

Commit

Permalink
🔀 Merge pull request Lissy93#1146 from poisonadder7/master
Browse files Browse the repository at this point in the history
Update GlancesMixin.js - small typo correction
  • Loading branch information
Lissy93 authored Mar 19, 2023
2 parents bb6b980 + cfc7c29 commit 27b8352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mixins/GlancesMixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export default {
computed: {
/* Required, hostname (e.g. IP + port) for Glances instance */
hostname() {
if (!this.options.hostname) this.error('You must specify a \'hostname\' for Glaces');
if (!this.options.hostname) this.error('You must specify a \'hostname\' for Glances');
return this.options.hostname;
},
/* Optionally specify the API version, defaults to V 3 */
Expand Down

0 comments on commit 27b8352

Please sign in to comment.