| Index: third_party/WebKit/Source/modules/csspaint/README.md
|
| diff --git a/third_party/WebKit/Source/modules/csspaint/README.md b/third_party/WebKit/Source/modules/csspaint/README.md
|
| index 860623bbe5e8c18aa3aaef7e77be6eb1658951b1..3ca2dd902ac85243399bfdec45ef5c09c1c400b4 100644
|
| --- a/third_party/WebKit/Source/modules/csspaint/README.md
|
| +++ b/third_party/WebKit/Source/modules/csspaint/README.md
|
| @@ -13,7 +13,7 @@ Represents a class registered by the author through `PaintWorkletGlobalScope#reg
|
| Specifically this class holds onto the javascript constructor and paint functions of the class via
|
| persistent handles. This class keeps these functions alive so they don't get garbage collected.
|
|
|
| -The `CSSPaintDefinition` also holds onto an instance of the paint class va a persistent handle. This
|
| +The `CSSPaintDefinition` also holds onto an instance of the paint class via a persistent handle. This
|
| instance is lazily created upon first use. If the constructor throws for some reason the constructor
|
| is marked as invalid and will always produce invalid images.
|
|
|
|
|