typo fix
authorHakim El Hattab <hakim.elhattab@gmail.com>
Tue, 20 Aug 2013 03:52:05 +0000 (23:52 -0400)
committerHakim El Hattab <hakim.elhattab@gmail.com>
Tue, 20 Aug 2013 03:52:05 +0000 (23:52 -0400)
README.md

index 8eb5350ab2a9ebc1e65799ad8ed4643f1e197ccc..a8fcaeb7666765641ab273eb0b27bb50eceefb44 100644 (file)
--- a/README.md
+++ b/README.md
@@ -426,7 +426,7 @@ Add `data-autoplay` to your media element if you want it to automatically start
 
 
 ### Stretching elements
-Sometimes it's desirable to have an element, like an image or video, stretch to consume as much space as possible within a given slide. This can be done by adding the ```.stretch``` class to an element as seen below.
+Sometimes it's desirable to have an element, like an image or video, stretch to consume as much space as possible within a given slide. This can be done by adding the ```.stretch``` class to an element as seen below:
 
 ```html
 <section>
@@ -436,8 +436,8 @@ Sometimes it's desirable to have an element, like an image or video, stretch to
 ```
 
 Limitations:
-- Only direct decendents of a slide section can be stretched
-- Only one descendent per slide section can be stretched
+- Only direct descendants of a slide section can be stretched
+- Only one descendant per slide section can be stretched
 
 
 ## PDF Export