From 319daa5123f1a68dceba86f2a93fc14b3615693f Mon Sep 17 00:00:00 2001
From: Tim Gates <tim.gates@iress.com>
Date: Sat, 19 Sep 2020 06:36:27 +1000
Subject: [PATCH] docs: Fix simple typo, listerns -> listeners

There is a small typo in js/CSSModalGallery.js.

Should read `listeners` rather than `listerns`.
---
 js/CSSModalGallery.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/CSSModalGallery.js b/js/CSSModalGallery.js
index e77016f..8d4ce35 100644
--- a/js/CSSModalGallery.js
+++ b/js/CSSModalGallery.js
@@ -95,7 +95,7 @@ class CSSModalGallery extends CSSModal {
   }
 
   /**
-   * Registers the listerns on the previous / next buttons to enable gallery
+   * Registers the listeners on the previous / next buttons to enable gallery
    * navigation
    * @return {void}
    */