From 2bc8a587e56ce45f4b6784c1b10c1dce02ca5e5d Mon Sep 17 00:00:00 2001
From: Dan Dascalescu <ddascalescu+github@gmail.com>
Date: Wed, 8 Aug 2012 20:00:40 -0700
Subject: [PATCH] Update index.html

Typo fix: let's -> lets
---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index d758f5f..079bc73 100644
--- a/index.html
+++ b/index.html
@@ -157,7 +157,7 @@
 						<h2>Global State</h2>
 						<p>
 							Set <code>data-state="something"</code> on a slide and <code>"something"</code>
-							will be added as a class to the document element when the slide is open. This let's you
+							will be added as a class to the document element when the slide is open. This lets you
 							apply broader style changes, like switching the background.
 						</p>
 						<a href="#/7/1" class="image">
-- 
GitLab