🔀 Merge pull request #1146 from poisonadder7/master

Update GlancesMixin.js - small typo correction
This commit is contained in:
Alicia Sykes 2023-03-19 15:55:52 +00:00 committed by GitHub
commit 27b835258c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 */