[README.md] Fix a typo
authorMel Shafer <melaniewshafer@gmail.com>
Sun, 30 Oct 2016 18:12:36 +0000 (14:12 -0400)
committerSergey M <dstftw@gmail.com>
Sun, 30 Oct 2016 18:12:36 +0000 (01:12 +0700)
README.md

index 0fbf325452d33a759d2d52207ee18c37a0954fa3..0f4088adc204f64c35a4121993ed0fcfd7cf3ba7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1083,7 +1083,7 @@ Say `meta` from the previous example has a `title` and you are about to extract
 title = meta['title']
 ```
 
-If `title` disappeares from `meta` in future due to some changes on the hoster's side the extraction would fail since `title` is mandatory. That's expected.
+If `title` disappears from `meta` in future due to some changes on the hoster's side the extraction would fail since `title` is mandatory. That's expected.
 
 Assume that you have some another source you can extract `title` from, for example `og:title` HTML meta of a `webpage`. In this case you can provide a fallback scenario: