diff --git a/assets/css/components/all.css b/assets/css/components/all.css index 117f19998..f5002fd50 100644 --- a/assets/css/components/all.css +++ b/assets/css/components/all.css @@ -1,4 +1,4 @@ -/* The ordeer of these does not matter. */ +/* The order of these does not matter. */ @import "./content.css"; @import "./fonts.css"; @import "./helpers.css"; diff --git a/assets/js/alpinejs/data/explorer.js b/assets/js/alpinejs/data/explorer.js index 4be8fb104..783db58f4 100644 --- a/assets/js/alpinejs/data/explorer.js +++ b/assets/js/alpinejs/data/explorer.js @@ -1,6 +1,6 @@ var debug = 0 ? console.log.bind(console, '[explorer]') : function () {}; -// This is cureently not used, but kept in case I change my mind. +// This is currently not used, but kept in case I change my mind. export const explorer = (Alpine) => ({ uiState: { containerScrollTop: -1,