Skip to content

Commit 8fd3d72

Browse files
authored
Fix grammatical error
1 parent b48c3cf commit 8fd3d72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ var TaskItem = {
558558
}
559559
```
560560

561-
Also consider using a single attribute instead of forwarding them directly. It may make for clearer, cleaner code in some cases.
561+
Also, consider using a single attribute instead of forwarding them directly. It may make for clearer, cleaner code in some cases.
562562

563563
```javascript
564564
// PREFER

0 commit comments

Comments
 (0)