Skip to content

Commit 12a2bec

Browse files
markacolafouad
authored andcommitted
updated casing on caniuse link
1 parent c0abcb9 commit 12a2bec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function MyComponent() {
3939
[Resize Observer](https://developers.google.com/web/updates/2016/10/resizeobserver)
4040
is the API is used to determine if an element is resized. Browser support is pretty good in Chrome, but is still missing support in other major browsers.
4141

42-
> [Can i use ResizeObserver?](https://caniuse.com/#feat=ResizeObserver)
42+
> [Can i use ResizeObserver?](https://caniuse.com/#feat=resizeobserver)
4343
4444
### Polyfill
4545

@@ -84,4 +84,4 @@ function supportsResizeObserver() {
8484
'contentRect' in ResizeObserverEntry.prototype
8585
)
8686
}
87-
```
87+
```

0 commit comments

Comments
 (0)