Skip to content

Commit d6f6cf4

Browse files
committed
[css-contain] Fix typo
1 parent 6087644 commit d6f6cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-contain-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Types of Containment</h2>
168168
restricting the effects that its descendants can have on the rest of the page in various ways.
169169
<a>Containment</a> enables much more powerful optimizations by user agents,
170170
and helps authors compose their page out of functional units,
171-
as it limits how widely an effect a given change can have on a document.
171+
as it limits how widely a given change can affect a document.
172172

173173
Advisement: Specification authors introducing new properties or mechanisms
174174
need to consider whether and how the various types of containment

0 commit comments

Comments
 (0)