content: Fix typos

This commit is contained in:
Christian Oliff 2025-02-18 17:06:28 +09:00 committed by GitHub
parent d49f15d032
commit 4a23a1f41e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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";

View File

@ -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,