Skip to content

Commit 55e0390

Browse files
Added italic to accessibility docs.
1 parent e4d4761 commit 55e0390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/plugins/accessibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const element = this.tag('Logo')
7171
Accessibility.colorshift(element, type, config)
7272
```
7373

74-
Important to remember is that the element you apply the colorshift filter to shouldn't already have a shader applied to it, nor can it have `rtt` set to `true`. In these cases you could create a wrapper and apply the colorshift filter to the wrapper instead.
74+
Important to remember is that the element you apply the colorshift filter to shouldn't already have a _shader_ applied to it, nor can it have `rtt` set to `true`. In these cases you could create a wrapper and apply the colorshift filter to the wrapper instead.
7575

7676
### Colorshift configuration UX
7777

0 commit comments

Comments
 (0)