From cef34f756f65033738e974df3ce64c0f3092b535 Mon Sep 17 00:00:00 2001 From: carlosmondra Date: Thu, 26 Oct 2023 16:04:22 -0400 Subject: [PATCH] Fix: Fix typo --- tools.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools.js b/tools.js index d8bac7f..599696b 100644 --- a/tools.js +++ b/tools.js @@ -670,7 +670,7 @@ class Tools { return typeof variable; } - covertDblpXmlToNote(dblpXml) { + convertDblpXmlToNote(dblpXml) { const removeDigitsRegEx = /\s\d{4}$/; const removeTrailingPeriod = /\.$/;