Skip to content

Commit 2dc6af5

Browse files
authored
Fix typos
1 parent c2e95e4 commit 2dc6af5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/4313-require_html_ol_start_attribute.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This is a clear break in communication, since this message has an entirely diffe
4848
from Bob's intended meaning, but also as it is viewed from different client implementations.
4949

5050
This MSC proposes to alter the spec such that a client implementing rendering of the `ol` HTML tag
51-
in `formatted_body`s is also required ("MUST") to implement its `start` attribute, in oder to prevent
51+
in `formatted_body`s is also required ("MUST") to implement its `start` attribute, in order to prevent
5252
loss of meaning of a message.
5353

5454

@@ -63,7 +63,7 @@ which could mean that fewer clients could choose to implement `ol` at all.
6363
- Define a list of all HTML tags whose displaying must be supported if `formatted_body` is used to display
6464
messages at all, based on whether tags can replace characters such as in the demonstrated example.
6565
This could apply recursively also for all attributes.
66-
- Find a way for clients to dermine whether the `body` matches its supported interpretation of the
66+
- Find a way for clients to determine whether the `body` matches its supported interpretation of the
6767
`formatted_body`.
6868
This could end up very similar to the previous alternative and additionally lead to inconsistent
6969
behavior on clients where `formatted_body` is only sometimes used for display as a result.

0 commit comments

Comments
 (0)