From 57ca3a04d55a8425306d073bcbedd4f4e21fcd45 Mon Sep 17 00:00:00 2001 From: mitaa Date: Thu, 30 Oct 2014 10:05:19 +0100 Subject: [PATCH] Update continuous-integration.md Fix miswording --- site/_docs/continuous-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_docs/continuous-integration.md b/site/_docs/continuous-integration.md index 6ade6879..0e2b3a5c 100644 --- a/site/_docs/continuous-integration.md +++ b/site/_docs/continuous-integration.md @@ -153,7 +153,7 @@ env: Using `html-proofer`? You'll want this environment variable. Nokogiri, used to parse HTML files in your compiled site, comes bundled with libraries which it must compile each time it is installed. Luckily, you can -dramatically increase the install time of Nokogiri by setting the +dramatically decrease the install time of Nokogiri by setting the environment variable `NOKOGIRI_USE_SYSTEM_LIBRARIES` to `true`. ## 4. Gotchas