diff options
Diffstat (limited to 'ui.go')
| -rw-r--r-- | ui.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
