From b999b75ba795302e84b48b807248329d9f9fb755 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Fri, 1 Dec 2023 19:17:26 +0100 Subject: [PATCH 1/3] Upgrade typos in CI --- .github/workflows/linting.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index 10a35af..d934307 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -15,9 +15,8 @@ jobs: - uses: actions/checkout@v3 - name: Check Spelling - uses: crate-ci/typos@12c64918956d94e55a2ca8c5cbca111e759f5654 # version 1.13.8 + uses: crate-ci/typos@c97d621b6b01d8b0258538ca15abeca5c5764601 # version 1.16.23 with: - files: ./_posts ./pages ./README.md ./index.html config: ./.github/workflows/typo_config.toml - name: URLs-checker From 3e93435f9883e4ef9b57031cb7fe50cc0f9a34d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Fri, 1 Dec 2023 19:17:54 +0100 Subject: [PATCH 2/3] Update typo_config.toml --- .github/workflows/typo_config.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/typo_config.toml b/.github/workflows/typo_config.toml index 5686ed2..cf92329 100644 --- a/.github/workflows/typo_config.toml +++ b/.github/workflows/typo_config.toml @@ -10,6 +10,3 @@ extend-ignore-re = [ "Brain tailoRed stImulation protocoL", "Vas Vasiliadis", ] -[default.extend-words] -Vas = "Vas" -protoco = "protoco" From 5b6e0519304c12ef2dbc1b910bd2d0aa7c28ba82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Fri, 1 Dec 2023 19:20:01 +0100 Subject: [PATCH 3/3] Fix typo in magnific-popup --- assets/js/jquery.magnific-popup.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/js/jquery.magnific-popup.js b/assets/js/jquery.magnific-popup.js index 7d1d197..5f4e24f 100644 --- a/assets/js/jquery.magnific-popup.js +++ b/assets/js/jquery.magnific-popup.js @@ -1501,7 +1501,7 @@ } }, - // Get element postion relative to viewport + // Get element position relative to viewport _getOffset: function(isLarge) { var el; if(isLarge) { @@ -1857,4 +1857,4 @@ }); /*>>retina*/ - _checkInstance(); })); \ No newline at end of file + _checkInstance(); }));