Skip to content

refactor: correct typos in comments and identifiers#2681

Merged
cotes2020 merged 1 commit intomasterfrom
fix-proj-typos
Mar 14, 2026
Merged

refactor: correct typos in comments and identifiers#2681
cotes2020 merged 1 commit intomasterfrom
fix-proj-typos

Conversation

@cotes2020
Copy link
Copy Markdown
Owner

Type of change

  • Improvement (refactoring and improving code)
  • Documentation update

Description

  • Rename loadTooptip to loadTooltip in tooltip-loader.js, components.js, and basic.js
  • Fix grammar: "This script make" → "This script makes" in search-display.js
  • Fix "HomgPage" → "HomePage" in post-paginator.html
  • Fix "CND URL" → "CDN URL" in media-url.html
  • Fix "locale-dateime.js" → "locale-datetime.js" in datetime.html
  • Fix "LaTex" → "LaTeX" in language-alias.html
  • Fix "exist tag" → "existing tag" in refactor-content.html
  • Fix "Archvies" → "Archives" in _archives.scss
  • Fix "underlinke" → "underline" in _syntax.scss

- Rename `loadTooptip` to `loadTooltip` in tooltip-loader.js, components.js, and basic.js
- Fix grammar: "This script make" → "This script makes" in search-display.js
- Fix "HomgPage" → "HomePage" in post-paginator.html
- Fix "CND URL" → "CDN URL" in media-url.html
- Fix "locale-dateime.js" → "locale-datetime.js" in datetime.html
- Fix "LaTex" → "LaTeX" in language-alias.html
- Fix "exist <a> tag" → "existing <a> tag" in refactor-content.html
- Fix "Archvies" → "Archives" in _archives.scss
- Fix "underlinke" → "underline" in _syntax.scss
@cotes2020 cotes2020 merged commit 6afe5a6 into master Mar 14, 2026
11 of 12 checks passed
@cotes2020 cotes2020 deleted the fix-proj-typos branch March 14, 2026 11:01
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 7.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions Bot added the released Included or resolved in the release label Mar 15, 2026
ounols added a commit to ounols/jekyll-blog that referenced this pull request Mar 16, 2026
* build(dev-deps): upgrade node packages

* style: interpolate sass variable in CSS custom property

* chore: update ESLint dependencies and improve js style

* build(gh-actions): enable `dependabot` to scan the starter workflow

* build(deps): bump the gh-actions group across 2 directories with 4 updates (cotes2020#2678)

Bumps the gh-actions group with 2 updates in the /.github/workflows directory: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-node](https://github.com/actions/setup-node).
Bumps the gh-actions group with 3 updates in the /.github/workflows/starter directory: [actions/checkout](https://github.com/actions/checkout), [actions/configure-pages](https://github.com/actions/configure-pages) and [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact).


Updates `actions/checkout` from 5 to 6
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v5...v6)

Updates `actions/setup-node` from 5 to 6
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v5...v6)

Updates `actions/checkout` from 4 to 6
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v5...v6)

Updates `actions/configure-pages` from 4 to 5
- [Release notes](https://github.com/actions/configure-pages/releases)
- [Commits](actions/configure-pages@v4...v5)

Updates `actions/upload-pages-artifact` from 3 to 4
- [Release notes](https://github.com/actions/upload-pages-artifact/releases)
- [Commits](actions/upload-pages-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gh-actions
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gh-actions
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gh-actions
- dependency-name: actions/configure-pages
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gh-actions
- dependency-name: actions/upload-pages-artifact
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gh-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* docs: fix typos in tutorial

* refactor: correct typos in comments and identifiers (cotes2020#2681)

- Rename `loadTooptip` to `loadTooltip` in tooltip-loader.js, components.js, and basic.js
- Fix grammar: "This script make" → "This script makes" in search-display.js
- Fix "HomgPage" → "HomePage" in post-paginator.html
- Fix "CND URL" → "CDN URL" in media-url.html
- Fix "locale-dateime.js" → "locale-datetime.js" in datetime.html
- Fix "LaTex" → "LaTeX" in language-alias.html
- Fix "exist <a> tag" → "existing <a> tag" in refactor-content.html
- Fix "Archvies" → "Archives" in _archives.scss
- Fix "underlinke" → "underline" in _syntax.scss

* ci: update ruby version to 3.4

Ruby 3.1 and 3.2 are now EOL
See: https://www.ruby-lang.org/en/downloads/branches/

* chore(deps): update packages to latest version

 @fortawesome/fontawesome-free    7.1.0  ->  7.2.0
 dayjs                          1.11.18  ->  1.11.20
 mermaid                        11.12.0  ->  11.13.0

* chore(release): 7.5.0

## [7.5.0](cotes2020/jekyll-theme-chirpy@v7.4.1...v7.5.0) (2026-03-15)

### Features

* add support for `fediverse:creator` meta tag ([cotes2020#2593](cotes2020#2593)) ([d2db439](cotes2020@d2db439))

### Bug Fixes

* **i18n:** localize the title ([cotes2020#2610](cotes2020#2610)) ([52d160f](cotes2020@52d160f))

* fix(components): correct typo in loadTooltip export

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Cotes Chung <11371340+cotes2020@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

released Included or resolved in the release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant