diff --git a/2-ui/99-ui-misc/01-mutation-observer/article.md b/2-ui/99-ui-misc/01-mutation-observer/article.md index 3cf6f53977..2e617926d6 100644 --- a/2-ui/99-ui-misc/01-mutation-observer/article.md +++ b/2-ui/99-ui-misc/01-mutation-observer/article.md @@ -90,7 +90,7 @@ mutationRecords = [{ type: "characterData" target: // ...mutation details depend on how the browser handles such removal - // it may coalesce two adjacent text nodes "edit " and ", please" into one node + // it may coalesce two adjacent text nodes "Click and " and ", please" into one node // or it may leave them separate text nodes }]; ```