From 09517940a8acd319e7a7061c0a644385e18ba4d6 Mon Sep 17 00:00:00 2001 From: Brian Muenzenmeyer Date: Wed, 24 Feb 2021 06:47:31 -0600 Subject: [PATCH] fix(README): fixes typo Noticed this while reading through this - thanks for the demo and awesome resource! --- src/connections/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/README.md b/src/connections/README.md index a3f4824..93b3bd0 100644 --- a/src/connections/README.md +++ b/src/connections/README.md @@ -26,7 +26,7 @@ if ('paintWorklet' in CSS) { #### You can use the polyfill -To add support for all moder browsers, you can load the worklet with [css-paint-polyfill](https://github.com/GoogleChromeLabs/css-paint-polyfill) fallback. +To add support for all modern browsers, you can load the worklet with [css-paint-polyfill](https://github.com/GoogleChromeLabs/css-paint-polyfill) fallback. ```html