From 24e51590b78d60213042df2d454ee82b40745591 Mon Sep 17 00:00:00 2001
From: Chris Rebert <code@rebertia.com>
Date: Thu, 3 Jul 2014 11:49:32 -0700
Subject: [PATCH] modal docs formatting tweak

[skip sauce]
---
 docs/_includes/js/modal.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/_includes/js/modal.html b/docs/_includes/js/modal.html
index 0ce58415a0..f8ad8e33e8 100644
--- a/docs/_includes/js/modal.html
+++ b/docs/_includes/js/modal.html
@@ -320,7 +320,7 @@ $('#myModal').modal({
        </tr>
        <tr>
          <td>loaded.bs.modal</td>
-         <td>This event is fired when the modal has loaded content using the remote option.</td>
+         <td>This event is fired when the modal has loaded content using the <code>remote</code> option.</td>
        </tr>
       </tbody>
     </table>
-- 
GitLab