From 8f9f24296bc75f84abefab3dffb280c4c2ecf368 Mon Sep 17 00:00:00 2001 From: Federico Gallo <2354060+Karmavil@users.noreply.github.com> Date: Thu, 7 Jul 2022 18:00:54 -0300 Subject: [PATCH] Update quickstart.md (#989) --- content/en/docs/languages/cpp/quickstart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/languages/cpp/quickstart.md b/content/en/docs/languages/cpp/quickstart.md index 4b06345..03365e1 100644 --- a/content/en/docs/languages/cpp/quickstart.md +++ b/content/en/docs/languages/cpp/quickstart.md @@ -153,8 +153,8 @@ the steps of the previous section. ``` {{% alert title="Note" color="info" %}} - **Getting build failures?** Most issues, at this point, are a result of a - faulty installation. Ensure that the have the right versions of `cmake`, and + **Getting build failures?** Most issues, at this point, are the result of a + faulty installation. Make sure you have the right version of `cmake`, and carefully recheck your installation. {{% /alert %}}