From 692ce4946036f98f9b7414d3b5b4313218bb6967 Mon Sep 17 00:00:00 2001 From: Natanael Arndt Date: Wed, 30 Aug 2017 15:20:38 +0200 Subject: [PATCH] Fix typo in site.url section of variables.md :-[ (#6337) Merge pull request 6337 --- docs/_docs/variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/variables.md b/docs/_docs/variables.md index 5bb44e6b..0fac9e66 100644 --- a/docs/_docs/variables.md +++ b/docs/_docs/variables.md @@ -197,7 +197,7 @@ following is a reference of the available data. if you are running jekyll serve in a development environment site.url will be set to the value of host, port, and SSL-related options. This defaults to - url: http://localhost:4000). + url: http://localhost:4000.