From 720cf8c7e7e2240dbe2b4e8359d2fc7db9037571 Mon Sep 17 00:00:00 2001
From: "Dmitry Yu. Naumov" <github@naumov.de>
Date: Tue, 27 Feb 2018 12:56:03 +0100
Subject: [PATCH] [web/dev] Fix english mistake.

---
 web/content/docs/devguide/troubleshooting/cmake.pandoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/content/docs/devguide/troubleshooting/cmake.pandoc b/web/content/docs/devguide/troubleshooting/cmake.pandoc
index 4e82560d21b..e0d1a58c259 100644
--- a/web/content/docs/devguide/troubleshooting/cmake.pandoc
+++ b/web/content/docs/devguide/troubleshooting/cmake.pandoc
@@ -11,7 +11,7 @@ weight = 1041
 
 ## <i class="fas fa-exclamation-triangle"></i> General advice
 
-If something goes when running CMake please try again with an **empty** or newly created build-directory! This is very first thing you should try!
+If something goes wrong when running CMake please try again with an **empty** or newly created build-directory! This is very first thing you should try!
 
 Please read the CMake output carefully. Often it will tell you what went wrong.
 
-- 
GitLab