From ffa0d2f180a328133a0d14d381678d15541a91cd Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 13 Mar 2012 10:35:08 -0600 Subject: Some Doc Typos Fixed doc typos in Components and Scaffolding. --- docs/scaffolding.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/scaffolding.html') diff --git a/docs/scaffolding.html b/docs/scaffolding.html index 29491c118..545f1cd87 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -554,7 +554,7 @@

What are they

-

For faster mobile-friendly development, use these basic utility classes for showing and hidding content by device.

+

For faster mobile-friendly development, use these basic utility classes for showing and hiding content by device.

When to use

Use on a limited basis and avoid creating entirely different versions of the same site. Instead, use them to complement each device's presentation.

For example, you might show a <select> element for nav on mobile layouts, but not on tablets or desktops.

-- cgit v1.2.3 From 6a61e81b7a207c23f050accfb73043d0b571d4de Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 13 Mar 2012 13:36:58 -0600 Subject: Another Typo Fixed another typo pointed out by panahi. --- docs/scaffolding.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/scaffolding.html') diff --git a/docs/scaffolding.html b/docs/scaffolding.html index 545f1cd87..f5a756790 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -611,7 +611,7 @@

Test case

-

Resize your browser or load on different devices to test the above clases.

+

Resize your browser or load on different devices to test the above classes.

Visible on...

  • Phone✔ Phone
  • -- cgit v1.2.3