Skip to content

Commit

Permalink
Merge pull request #485 from mungojam/message-typo-fix
Browse files Browse the repository at this point in the history
Fix typo in missing events/inputs error
  • Loading branch information
T4rk1n authored Dec 10, 2018
2 parents 85e4863 + 056de14 commit 75a285f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.32.2 - 2018-12-09
## Fixed
- Fix typo in missing events/inputs error message [#485](https://github.com/plotly/dash/pull/485)

## 0.32.1 - 2018-12-07
## Changed
- Muted dash related missing props docstring from extract-meta warnings [#484](https://github.com/plotly/dash/pull/484)
Expand Down
2 changes: 1 addition & 1 deletion dash/dash.py
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ def _validate_callback(self, output, inputs, state, events):
Without `Input` or `Event` elements, this callback
will never get called.\n
(Subscribing to input components will cause the
callback to be called whenver their values
callback to be called whenever their values
change and subscribing to an event will cause the
callback to be called whenever the event is fired.)
'''.format(
Expand Down
2 changes: 1 addition & 1 deletion dash/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.32.1'
__version__ = '0.32.2'

0 comments on commit 75a285f

Please # to comment.