Skip to content

Commit

Permalink
kunai/ui: 脱字修正 "initial{ => i}zing"
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga committed May 17, 2024
1 parent 8e1dbf1 commit ef44d54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion js/kunai/ui/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const _hitElementRects = (elem, x, y) => {
class Content {
constructor(log) {
this.log = log.makeContext('Content')
this.log.debug('initialzing...')
this.log.debug('initializing...')

this.log.debug(`found ${Badge.sanitize($('main[role="main"] div[itemtype="http://schema.org/Article"] .content-body span.cpp'))} badges`)

Expand Down
2 changes: 1 addition & 1 deletion js/kunai/ui/sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {KC} from 'crsearch'
class Sidebar {
constructor(log) {
this.log = log.makeContext('Sidebar')
this.log.info('initialzing...')
this.log.info('initializing...')

this.kc = new KC.Config({
'article.md': require('../../../kunai_configs/current/article.md').default,
Expand Down
2 changes: 1 addition & 1 deletion js/kunai/ui/treeview.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ class Treeview {
this.opts = Object.assign({}, opts)
this.legacy = this.opts.legacy

this.log.debug('initialzing...')
this.log.debug('initializing...')

if (this.legacy) {
const c = Badge.sanitize(this.e.find('.cpp-sidebar'))
Expand Down

0 comments on commit ef44d54

Please sign in to comment.