diff --git a/packages/apps/web-view-example/README.md b/packages/apps/web-view-example/README.md
index a5dd39b4..738c4da8 100644
--- a/packages/apps/web-view-example/README.md
+++ b/packages/apps/web-view-example/README.md
@@ -1,6 +1,6 @@
# Web View Example app
-This app shows hot to integrate the `` block into Devvit.
+This app shows how to integrate the `` block into Devvit.
A full video tutorial explaining this source code is available [here](https://www.youtube.com/watch?v=BhbWn8TnXvo).
You can also read explanations about the source code in [our documentation](https://developers.reddit.com/docs/webviews)
@@ -10,7 +10,7 @@ You can also read explanations about the source code in [our documentation](http
`npm install --save @devvit/public-api@0.11.3`
2. Change Devvit project configuration
- Eddit `devvit.yaml` to give a unique name to your project
+ Edit `devvit.yaml` to give a unique name to your project
3. Install dependencies
`npm install`