From feeabea906030120fa5b2040f3f443bd69c6a5c1 Mon Sep 17 00:00:00 2001
From: Eric Bremner <ebremner@uwaterloo.ca>
Date: Wed, 7 Sep 2022 09:25:22 -0400
Subject: [PATCH] ISTWCMS-5740: removing plural on compileDashboard function

---
 dashboard.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dashboard.js b/dashboard.js
index d37304fc..98e2df12 100644
--- a/dashboard.js
+++ b/dashboard.js
@@ -25,7 +25,7 @@ function handleError(err) {
 module.exports = {
 
   // Compile Sass.
-  compileDashboards: function () {
+  compileDashboard: function () {
     return src([
         './src/patterns/global.scss',
         './src/patterns/01-core/**/*.scss',
-- 
GitLab