mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Fix typos
This commit is contained in:
parent
3fde8f10a7
commit
c5f333483b
3 changed files with 5 additions and 5 deletions
|
|
@ -287,7 +287,7 @@ class BuildLists {
|
|||
return
|
||||
}
|
||||
|
||||
// Run all listsOprions methods
|
||||
// Run all listsOptions methods
|
||||
// and store them to this.lists
|
||||
async buildLists () {
|
||||
console.log( 'Build Lists started', cliOptions )
|
||||
|
|
@ -321,7 +321,7 @@ class BuildLists {
|
|||
getListArrayMemoized = memoize( this.getListArray.bind( this ) )
|
||||
|
||||
makeAppsByCategory () {
|
||||
// Intialize empty category lists
|
||||
// Initialize empty category lists
|
||||
// so empty categories still get defined
|
||||
const emptyCategories = Object.fromEntries(
|
||||
Object.keys( categories ).map( categorySlug => [ categorySlug, [] ])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue