Skip to content

Commit

Permalink
Merge pull request #21 from gonsalu/patch-1
Browse files Browse the repository at this point in the history
Fix example in overview.md
  • Loading branch information
michael-yin authored Jan 11, 2025
2 parents eb0d809 + fd23eda commit a1df274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class HelloComponent(component.Component):
template = "<h1>Hello, {{ self.name }}!</h1>"

def __init__(self, **kwargs):
self.title = kwargs['title']
self.name = kwargs['name']
```

Notes:
Expand Down

0 comments on commit a1df274

Please sign in to comment.