diff options
| author | Chris Rebert <[email protected]> | 2013-08-27 11:18:10 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-27 11:18:10 -0700 |
| commit | 73f10843a487ee94bed755ecfd7c853cb657bf38 (patch) | |
| tree | 2a139a6564b1c8501ce794ec6a6df2270bc58229 /components.html | |
| parent | b3a23fa33a261295ed69adc9fbc75b70bf354962 (diff) | |
| download | bootstrap-73f10843a487ee94bed755ecfd7c853cb657bf38.tar.xz bootstrap-73f10843a487ee94bed755ecfd7c853cb657bf38.zip | |
components.html: fix grammar
Diffstat (limited to 'components.html')
| -rw-r--r-- | components.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components.html b/components.html index 4ecb26e31..642146e71 100644 --- a/components.html +++ b/components.html @@ -1499,7 +1499,7 @@ base_url: "../" <h2 id="navbar-forms">Forms</h2> <p>Place form content within <code>.navbar-form</code> for proper vertical alignment and collapsed behavior in narrow viewports. Use the alignment options to decide where it resides within the navbar content.</p> - <p>As a heads up, <code>.navbar-form</code> shares much of it's code with <code>.form-inline</code> via mixin.</p> + <p>As a heads up, <code>.navbar-form</code> shares much of its code with <code>.form-inline</code> via mixin.</p> <div class="bs-example"> <nav class="navbar navbar-default" role="navigation"> <div class="navbar-header"> |
