about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorMel Shafer <melaniewshafer@gmail.com>2016-10-30 14:12:36 -0400
committerSergey M <dstftw@gmail.com>2016-10-31 01:12:36 +0700
commit7e7a028aa4108f5ce455fda88dfdcee13b3b7578 (patch)
treecc89359b335395b299edb93ddb8490df683a0bd9 /README.md
parente70a5e656685eb68d47583cdd1bac963f9ecacf3 (diff)
downloadyoutube-dl-7e7a028aa4108f5ce455fda88dfdcee13b3b7578.tar.gz
youtube-dl-7e7a028aa4108f5ce455fda88dfdcee13b3b7578.tar.xz
youtube-dl-7e7a028aa4108f5ce455fda88dfdcee13b3b7578.zip
[README.md] Fix a typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0fbf32545..0f4088adc 100644
--- 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: