Skip to content

Commit

Permalink
fixed cosmetic typo
Browse files Browse the repository at this point in the history
  • Loading branch information
psoukie committed Dec 28, 2022
1 parent 078fe04 commit a18717e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/zipchord.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Class settingsClass {
chords_enabled := 1 ; maps to UI_chords_enabled for whether the chord recognition is enabled
shorthands_enabled := 1 ; maps to UI_shorthands_enabled for shorthand recognition
locale := "English US"
capitalization := CAP_CHORDS
capitalization := CAP_CHORDS
spacing := SPACE_BEFORE_CHORD | SPACE_AFTER_CHORD | SPACE_PUNCTUATION ; smart spacing options
chording := CHORD_RESTRICT ; Chord recognition options
chord_file := "chords-en-starting.txt" ; file name for the chord dictionary
Expand Down

0 comments on commit a18717e

Please sign in to comment.