diff options
| author | Mark Otto <[email protected]> | 2012-01-24 20:16:33 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-24 20:16:33 -0800 |
| commit | 8ce9b3a676a24cd3d1f2d84c8b190168183e0fa0 (patch) | |
| tree | f6bdb771a57ee0a751e0c39e0de953d683b99540 /docs/base-css.html | |
| parent | c1dd1f586dcb5bafc927d4eb1b180a0737a62cd8 (diff) | |
| parent | 74b5dc8d3bd5ef34bb2cdc590b8a5dcbc43a8f4c (diff) | |
| download | bootstrap-8ce9b3a676a24cd3d1f2d84c8b190168183e0fa0.tar.xz bootstrap-8ce9b3a676a24cd3d1f2d84c8b190168183e0fa0.zip | |
Merge pull request #1175 from Xaro/2.0-wip
Typo in pre type section
Diffstat (limited to 'docs/base-css.html')
| -rw-r--r-- | docs/base-css.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index 27251d824..6847c0616 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -368,7 +368,7 @@ <tr> <td><code><pre class="prettyprint"></code></td> <td> - <p>Using the google-code-prettify library, you're blocks of code get a slightly different visual style and automatic syntax highlighting. You can also add an additional class to add line numbers.</p> + <p>Using the google-code-prettify library, your blocks of code get a slightly different visual style and automatic syntax highlighting. You can also add an additional class to add line numbers.</p> <pre class="prettyprint"><div> <h1>Heading</h1> <p>Something right hereā¦</p> |
