Skip to content

Commit 05bbee7

Browse files
Update Documentation/Architecture.md
Co-authored-by: etoledom <etoledom@icloud.com>
1 parent b9c66aa commit 05bbee7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Documentation/Architecture.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The following "ensure..." methods handle all these scenarios:
4545
- [ensureInsertionOfEndOfLine](https://github.com/wordpress-mobile/AztecEditor-iOS/blob/develop/Aztec/Classes/TextKit/TextView.swift#L697)
4646
- [evaluateRemovalOfSingleLineParagraphAttributesAfterSelectionChange](https://github.com/wordpress-mobile/AztecEditor-iOS/blob/develop/Aztec/Classes/TextKit/TextView.swift#L1884)
4747

48-
These methods check if you and adding or removing new paragraphs around lists or quotes and update the attributes accordingly.
48+
These methods check if you are adding or removing new paragraphs around lists or quotes and update the attributes accordingly.
4949

5050
# Presentation of the custom attributes
5151

@@ -99,4 +99,3 @@ We then use the `HTMLSerializer` to convert the DOM Tree to an HTML string.
9999

100100

101101

102-

0 commit comments

Comments
 (0)