From 3e2a2114fd952b489515b63ca0cfa9899455583a Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Mon, 7 Jun 2010 21:53:36 +0200 Subject: [PATCH] into -> Into --- docs/htmlfaq.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/htmlfaq.rst b/docs/htmlfaq.rst index f7b700a9..4a8d7235 100644 --- a/docs/htmlfaq.rst +++ b/docs/htmlfaq.rst @@ -183,10 +183,10 @@ and to use. geolocation, and offline applications. Many other features have been added, as well. A good guide to new features -in HTML5 is Mark Pilgrim's soon-to-be-published book, `Dive into HTML5`_. +in HTML5 is Mark Pilgrim's soon-to-be-published book, `Dive Into HTML5`_. Not all of them are supported in browsers yet, however, so use caution. -.. _Dive into HTML5: http://www.diveintohtml5.org/ +.. _Dive Into HTML5: http://www.diveintohtml5.org/ What should be used? --------------------