[gi-docgen: 6/10] lint: fix typo




commit 44af097f38b67683e7025178f905f73513ba429f
Author: Rom Grk <romgrk cc gmail com>
Date:   Thu Apr 1 08:38:58 2021 -0400

    lint: fix typo

 gidocgen/templates/basic/main.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gidocgen/templates/basic/main.js b/gidocgen/templates/basic/main.js
index 990bb8c..9cde984 100644
--- a/gidocgen/templates/basic/main.js
+++ b/gidocgen/templates/basic/main.js
@@ -1,7 +1,7 @@
 // SPDX-FileCopyrightText: 2021 GNOME Foundation
 //
 // SPDX-License-Identifier: Apache-2.0 OR GPL-3.0-or-later
-"use strict;"
+"use strict";
 
 
 const urlMap = new Map(typeof baseURLs !== 'undefined' ? baseURLs : []);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]