From a16512adcdc975df3e0a6217040e866e66020700 Mon Sep 17 00:00:00 2001 From: Alice Date: Wed, 16 Apr 2025 21:03:47 -0400 Subject: [PATCH] Fix typo in contributing.md: correct "Vus.js" to "Vue.js" Closes Typo in Contribution Guidelines #628 --- docs/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.md b/docs/contributing.md index a9f20cfa..354ee7d6 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -16,7 +16,7 @@ Read our contribution guide in our organization level * [EJS](https://www.npmjs.com/package/vite-plugin-ejs) is used as a templating system for the pages (check `template_header.html` and `template_header_main.html`). * The Style System is provided by [Bootstrap](https://getbootstrap.com). -* The JS framework used by the more interactive pages is [Vus.js](https://vuejs.org). +* The JS framework used by the more interactive pages is [Vue.js](https://vuejs.org). #### Building