Skip to content

Commit

Permalink
chore: fix typo hightligh -> highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbourianes-kalisio committed Oct 25, 2024
1 parent 83516e0 commit bb649a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions map/client/composables/highlight.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ export function useHighlight (name, options = {}) {
let activity = unref(kActivity)

// Data
// hightligh store for context
const { store, clear, set, get, unset, has } = composables.useStore(`hightlighs.${name}`)
// highlight store for context
const { store, clear, set, get, unset, has } = composables.useStore(`highlights.${name}`)
// global highlight store
const { forOwn } = composables.useStore('hightlighs')
const { forOwn } = composables.useStore('highlights')

// functions
function setCurrentActivity (newActivity) {
Expand Down

0 comments on commit bb649a5

Please sign in to comment.