From 46b5e0cbc6cc82cfcfef45c0eb69a0daac8ceb3c Mon Sep 17 00:00:00 2001 From: Bradly Feeley Date: Fri, 2 Nov 2012 16:34:21 -0600 Subject: Fixing various spelling typos in the docs. --- docs/base-css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/base-css.html') diff --git a/docs/base-css.html b/docs/base-css.html index 4d27a6d69..26dc298c6 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -192,7 +192,7 @@

Abbreviations

-

Stylized implemenation of HTML's <abbr> element for abbreviations and acronyms to show the expanded version on hover. Abbreviations with a title attribute have a light dotted bottom border and a help cursor on hover, providing additional context on hover.

+

Stylized implementation of HTML's <abbr> element for abbreviations and acronyms to show the expanded version on hover. Abbreviations with a title attribute have a light dotted bottom border and a help cursor on hover, providing additional context on hover.

<abbr>

For expanded text on long hover of an abbreviation, include the title attribute.

-- cgit v1.2.3 From 381d967ec84021ebab3db4172435ff2a4c33e409 Mon Sep 17 00:00:00 2001 From: Bradly Feeley Date: Sat, 3 Nov 2012 12:01:02 -0600 Subject: Change example email addresses to use RFC 2606 reserved example domain. --- docs/base-css.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/base-css.html') diff --git a/docs/base-css.html b/docs/base-css.html index 4d27a6d69..937118876 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -226,7 +226,7 @@
Full Name
- first.last@gmail.com + first.last@example.com
@@ -239,7 +239,7 @@
 
 <address>
   <strong>Full Name</strong><br>
-  <a href="mailto:#">first.last@gmail.com</a>
+  <a href="mailto:#">first.last@example.com</a>
 </address>
 
-- cgit v1.2.3