From b1bdca0fdb1e14ede6904fe652746811d0e4c274 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 31 Aug 2012 23:25:58 -0700 Subject: [PATCH] fixes #4901: attribute typo and reran make --- docs/base-css.html | 2 +- docs/templates/pages/base-css.mustache | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/base-css.html b/docs/base-css.html index 8b19d1a4d8..6240573a9f 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -995,7 +995,7 @@ For example, <code><section></code> should be wrapped as inlin

Textarea

-

Form control which supports multiple lines of text. Change row attribute as necessary.

+

Form control which supports multiple lines of text. Change rows attribute as necessary.

diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 23f63228f5..1a437f112f 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -932,7 +932,7 @@

{{_i}}Textarea{{/i}}

-

{{_i}}Form control which supports multiple lines of text. Change row attribute as necessary.{{/i}}

+

{{_i}}Form control which supports multiple lines of text. Change rows attribute as necessary.{{/i}}