Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Fix typos in 0.22 blog and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
csadilek authored and pocmo committed Sep 7, 2018
1 parent aa70354 commit 9f89f97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_posts/2018-09-07-release-0.22.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ author: csadilek

* We now provide aggregated API docs. The docs for this release are hosted at: https://mozilla-mobile.github.io/android-components/api/0.22
* **browser-engine-***:
* EngineView now exposes lifecycle methods with default implementations. A `LifecycleObserver` implementation is provided which frowards events to EngineView instances.
* EngineView now exposes lifecycle methods with default implementations. A `LifecycleObserver` implementation is provided which forwards events to EngineView instances.
```Kotlin
lifecycle.addObserver(EngineView.LifecycleObserver(view))
```
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ permalink: /changelog/

* We now provide aggregated API docs. The docs for this release are hosted at: https://mozilla-mobile.github.io/android-components/api/0.22
* **browser-engine-***:
* EngineView now exposes lifecycle methods with default implementations. A `LifecycleObserver` implementation is provided which frowards events to EngineView instances.
* EngineView now exposes lifecycle methods with default implementations. A `LifecycleObserver` implementation is provided which forwards events to EngineView instances.
```Kotlin
lifecycle.addObserver(EngineView.LifecycleObserver(view))
```
Expand Down

0 comments on commit 9f89f97

Please sign in to comment.