Skip to content

Commit dedfeb6

Browse files
committed
[resize-observer] Avoid link error when referencing resize event
1 parent 75abd06 commit dedfeb6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

resize-observer-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ size changes. An example is an {{Element}} that displays a map:
6767
* when resized, it must redo the tiling.
6868

6969
Responsive Web Applications can already respond to <a>viewport</a> size changes.
70-
This is done with CSS media queries, or window.{{resize}} event.
70+
This is done with CSS media queries, or {{Window}}'s {{Window/resize}} event.
7171

7272
The ResizeObserver API is an interface for observing changes
7373
to Element's size. It is an {{Element}}'s
74-
counterpart to window.{{resize}} event.
74+
counterpart to {{Window}}'s {{Window/resize}} event.
7575

7676
ResizeObserver's notifications can be used to respond to changes in {{Element}}'s size. Some interesting facts about these observations:
7777

0 commit comments

Comments
 (0)