Skip to content

Commit 3e98862

Browse files
jbamptonchriddyp
authored andcommitted
Fix spelling and grammar
1 parent 5ac5962 commit 3e98862

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ by this anymore :tada:
1414
- `app.config` is now a `dict` instead of a class. You can set config variables with
1515
`app.config['suppress_callback_exceptions'] = True` now. The previous class-based
1616
syntax (e.g. `app.config.suppress_callback_exceptions`) has been maintained for
17-
backwards compatability
17+
backwards compatibility
1818

1919
## Fixed
2020
- 0.18.2 introduced a bug that removed the ability for dash to serve the app on
@@ -23,8 +23,8 @@ by this anymore :tada:
2323
These variables would be shared across apps. This issue has been fixed.
2424
Originally reported in https://community.plot.ly/t/flask-endpoint-error/5691/7
2525
- The config setting `supress_callback_exceptions` has been renamed to
26-
`suppress_callback_exceptions`. Previouslly, `suppress` was spelled wrong.
27-
The original config variable is kept for backwards compatability.
26+
`suppress_callback_exceptions`. Previously, `suppress` was spelled wrong.
27+
The original config variable is kept for backwards compatibility.
2828

2929
# 0.18.3rc1 - 2017-09-08
3030
The prerelease for 0.18.3
@@ -54,7 +54,7 @@ The prerelease for 0.18.3
5454

5555
##🔧 Maintenance
5656
- 📝 Update README.md
57-
- ✅ Fix CircleCI tests. Note that the the [`dash-renderer`](https://github.com/plotly/dash-renderer) contains the bulk of the integration tests.
57+
- ✅ Fix CircleCI tests. Note that the [`dash-renderer`](https://github.com/plotly/dash-renderer) contains the bulk of the integration tests.
5858
- 💄 Flake8 fixes and tests (fixes #99 )
5959
- ✨ Added this CHANGELOG.md
6060

0 commit comments

Comments
 (0)