summaryrefslogtreecommitdiff
path: root/src/views/Health/HardwareStatus/HardwareStatusTableDimmSlot.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/Health/HardwareStatus/HardwareStatusTableDimmSlot.vue')
-rw-r--r--src/views/Health/HardwareStatus/HardwareStatusTableDimmSlot.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/Health/HardwareStatus/HardwareStatusTableDimmSlot.vue b/src/views/Health/HardwareStatus/HardwareStatusTableDimmSlot.vue
index c914f71a..539f430e 100644
--- a/src/views/Health/HardwareStatus/HardwareStatusTableDimmSlot.vue
+++ b/src/views/Health/HardwareStatus/HardwareStatusTableDimmSlot.vue
@@ -101,7 +101,7 @@ export default {
},
created() {
this.$store.dispatch('memory/getDimms').finally(() => {
- // Emit intial data fetch complete to parent component
+ // Emit initial data fetch complete to parent component
this.$root.$emit('hardwareStatus::dimmSlot::complete');
});
},