Fix typo in site.url section of variables.md :-[ (#6337)

Merge pull request 6337
This commit is contained in:
Natanael Arndt 2017-08-30 15:20:38 +02:00 committed by jekyllbot
parent e2b3ab85a0
commit 692ce49460
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ following is a reference of the available data.
if you are running <code>jekyll serve</code> in a development environment if you are running <code>jekyll serve</code> in a development environment
<code>site.url</code> will be set to the value of <code>host</code>, <code>site.url</code> will be set to the value of <code>host</code>,
<code>port</code>, and SSL-related options. This defaults to <code>port</code>, and SSL-related options. This defaults to
<code>url: http://localhost:4000)</code>. <code>url: http://localhost:4000</code>.
</p></td> </p></td>
</tr> </tr>