Skip to content

Commit

Permalink
chore: fix typo (#4321)
Browse files Browse the repository at this point in the history
  • Loading branch information
cuithon authored Mar 12, 2024
1 parent 5396452 commit 6d7a66a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ class EditsTagHandler(val context: Context) : TuskyTagHandler() {
// won't be called for it.
const val DELETED_TEXT_EL = "tusky-del"

/** XML element to represet text that has been inserted */
/** XML element to represent text that has been inserted */
// Can't be an element that Android's HTML parser recognises, otherwise the tagHandler
// won't be called for it.
const val INSERTED_TEXT_EL = "tusky-ins"
Expand Down

0 comments on commit 6d7a66a

Please sign in to comment.