diff --git a/demo/vue3js.html b/demo/vue3js.html
index 10960ca48..4d85b51df 100644
--- a/demo/vue3js.html
+++ b/demo/vue3js.html
@@ -45,7 +45,7 @@
How to integrate GridStack.js with Vue.js
];
onMounted(() => {
- grid = GridStack.init({ // DO NOT user grid.value = GridStack.init(), see above
+ grid = GridStack.init({ // DO NOT use grid.value = GridStack.init(), see above
float: true,
cellHeight: "70px",
minRow: 1,