diff --git a/docs/guides/cloning-medium-with-parchment.md b/docs/guides/cloning-medium-with-parchment.md index 576c5464ef..0e0a0f523d 100644 --- a/docs/guides/cloning-medium-with-parchment.md +++ b/docs/guides/cloning-medium-with-parchment.md @@ -38,7 +38,7 @@ You cannot observe an Inline blot by just typing at this point since it does not Since `

Text

` and `

Text

` represent the same content, the former is invalid and it is part of Quill's optimization process to unwrap the ``. Similarly, once we add formatting, `

Test

` and `

Test

` are also invalid, as they are not the most compact representation. -Because of these contraints, **Quill cannot support arbitrary DOM trees and HTML changes**. But as we will see, the consistency and predicability this structure provides enables us to easily build rich editing experiences. +Because of these constraints, **Quill cannot support arbitrary DOM trees and HTML changes**. But as we will see, the consistency and predicability this structure provides enables us to easily build rich editing experiences. ### Basic Formatting