Skip to content

Commit a570551

Browse files
authored
Merge pull request #242 from github/steves-patch-1
Fix typo in providable code sample
2 parents 679c0b9 + 58def97 commit a570551

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)