Skip to content

Commit 58def97

Browse files
authored
Fix typo in providable code sample
1 parent 679c0b9 commit 58def97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/_guide/providable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class UserRow extends HTMLElement {
4949
// This will provide `userId` as '123' to any nested children that request it.
5050
@provide userId = '123'
5151
// This will provide `userName` as 'Alex' to any nested children that request it.
52-
@provide userId = 'Alex'
52+
@provide userName = 'Alex'
5353
}
5454
```
5555

0 commit comments

Comments
 (0)