Skip to content

Commit cfc7c29

Browse files
author
poisonadder7
authored
Update GlancesMixin.js
1 parent baf9b5a commit cfc7c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mixins/GlancesMixin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export default {
33
computed: {
44
/* Required, hostname (e.g. IP + port) for Glances instance */
55
hostname() {
6-
if (!this.options.hostname) this.error('You must specify a \'hostname\' for Glaces');
6+
if (!this.options.hostname) this.error('You must specify a \'hostname\' for Glances');
77
return this.options.hostname;
88
},
99
/* Optionally specify the API version, defaults to V 3 */

0 commit comments

Comments
 (0)