Skip to content

Commit a1df274

Browse files
authored
Merge pull request #21 from gonsalu/patch-1
Fix example in overview.md
2 parents eb0d809 + fd23eda commit a1df274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class HelloComponent(component.Component):
1818
template = "<h1>Hello, {{ self.name }}!</h1>"
1919

2020
def __init__(self, **kwargs):
21-
self.title = kwargs['title']
21+
self.name = kwargs['name']
2222
```
2323

2424
Notes:

0 commit comments

Comments
 (0)