1
0
Fork 0

fix(docs): Correct small typos

This commit is contained in:
Benjamin F 2022-12-14 12:52:37 -08:00
parent 265833d419
commit fea16617d4
31 changed files with 36 additions and 36 deletions

View file

@ -3,7 +3,7 @@ title: Attributes.asPropsIfPrefixIs()
---
The `Attributes.asPropsIfPrefixIs()` method will return attribute values as a
props object (a plain Javascript object) but only for those keys who start with
props object (a plain JavaScript object) but only for those keys who start with
`prefix`.
## Signature