From 468b692fb34fe1cae7124fd184ea3a1dacf12a15 Mon Sep 17 00:00:00 2001
From: Amy Gonzales <41878493+amylearnscode@users.noreply.github.com>
Date: Wed, 14 Nov 2018 07:23:40 -0800
Subject: [PATCH] Fixed "woth" typo! (#24261)
Last sentence, fixed "woth" into "with".
---
guide/english/cplusplus/terms-to-know-for-beginners/index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guide/english/cplusplus/terms-to-know-for-beginners/index.md b/guide/english/cplusplus/terms-to-know-for-beginners/index.md
index 20220e13de..6ce6995864 100644
--- a/guide/english/cplusplus/terms-to-know-for-beginners/index.md
+++ b/guide/english/cplusplus/terms-to-know-for-beginners/index.md
@@ -158,4 +158,4 @@ This evaluates to false
```
This evaluates to true
-A summation of all the print statements used in this article. Feel free to tweak around woth the code ! :)
+A summation of all the print statements used in this article. Feel free to tweak around with the code ! :)