summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.go b/ui.go
index 7857216..6b3f8e9 100644
--- a/ui.go
+++ b/ui.go
@@ -147,7 +147,7 @@ func (m model) View() string {
}
func formatDefinitionForDisplay(policy bluemonday.Policy, definition string, maxWidth int) string {
- // Add a hypher to the start of each definition
+ // Add a hyphen to the start of each definition
str := strings.ReplaceAll(definition, "<li class=sense>", "<li class=sense>- ")
// Italicize examples