diff --git a/docs/change-log.md b/docs/change-log.md index ab824fa9..3836a05a 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -55,7 +55,7 @@ - render/events: `Object.prototype` properties can no longer interfere with event listener calls. - render/events: Event handlers, when set to literally `undefined` (or any non-function), are now correctly removed. - render/hooks: fixed an ommission that caused `oninit` to be called unnecessarily in some cases [#1992](https://github.com/MithrilJS/mithril.js/issues/1992) -- docs: fix typo ([#2104](https://github.com/MithrilJS/mithril.js/pull/2104) [@mikeyb](https://github.com/mikeyb)) +- docs: tweaks: ([#2104](https://github.com/MithrilJS/mithril.js/pull/2104) [@mikeyb](https://github.com/mikeyb), [#2205](https://github.com/MithrilJS/mithril.js/pull/2205), [@cavemansspa](https://github.com/cavemansspa)) --- ### v1.1.7 diff --git a/docs/index.md b/docs/index.md index 64018eff..97dd2b13 100644 --- a/docs/index.md +++ b/docs/index.md @@ -56,7 +56,7 @@ Let's create an HTML file to follow along: ```markup - +