From 974fab6c9c720fb77428e05f8d242e4eebf527e6 Mon Sep 17 00:00:00 2001 From: Fabien Schurter Date: Fri, 28 Nov 2014 04:14:26 +0100 Subject: [PATCH 1/2] Fix a typo Replaced "capaibilities" with correct spelling: "capabilities". --- site/_docs/templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_docs/templates.md b/site/_docs/templates.md index fbf63626..2cd7461d 100644 --- a/site/_docs/templates.md +++ b/site/_docs/templates.md @@ -306,7 +306,7 @@ if `_posts/2014-09-03-my-file.markdown` uses the `include_relative` tag, the inc must be within the `_posts` directory, or one of it's subdirectories. You cannot include files in other locations. -All the other capaibilities of the `include` tag are available to the `include_relative` tag, +All the other capabilities of the `include` tag are available to the `include_relative` tag, such as using variables. ### Code snippet highlighting From 75cf2d73f69b34c35e5ad900c6e7a6c0a589eba6 Mon Sep 17 00:00:00 2001 From: Fabien Schurter Date: Fri, 28 Nov 2014 04:21:51 +0100 Subject: [PATCH 2/2] Fix erroneous 'next_section' value According to /site/_data/docs.yml, the document next to 'deployment-methods' is 'continuous-integration', not 'troubleshooting' (the 'prev_section' value in 'troubleshooting' is correctly set to 'deployment-methods' though). --- site/_docs/deployment-methods.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_docs/deployment-methods.md b/site/_docs/deployment-methods.md index e1bab100..2ab929b2 100644 --- a/site/_docs/deployment-methods.md +++ b/site/_docs/deployment-methods.md @@ -2,7 +2,7 @@ layout: docs title: Deployment methods prev_section: github-pages -next_section: troubleshooting +next_section: continuous-integration permalink: /docs/deployment-methods/ ---