From 06a4bb38c02447a6434b6d1381f183d8678373b8 Mon Sep 17 00:00:00 2001 From: Phil Freo Date: Sat, 6 Apr 2013 21:02:24 -0700 Subject: [PATCH] Fix typo in docs --- docs/docs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs.html b/docs/docs.html index 321f63ab55..0d259169ab 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -2137,7 +2137,7 @@ For example, <section> should be wrapped as inline. {% endhighlight %} -

As a best practice, we highly recommend matching using the <button< element whenever possible to ensure matching cross-browser rendering.

+

As a best practice, we highly recommend matching using the <button> element whenever possible to ensure matching cross-browser rendering.