diff --git a/docs/site/Writerside/topics/discussions/Overview.md b/docs/site/Writerside/topics/discussions/Overview.md
index 4442f149e7..859983593c 100644
--- a/docs/site/Writerside/topics/discussions/Overview.md
+++ b/docs/site/Writerside/topics/discussions/Overview.md
@@ -152,7 +152,7 @@ Please see the [performance metrics](Performance.md) for more information.
and explanation.
* Tutorials—take you by the hand through a series of steps to create an application that uses Vogen.
- Start here if you’re new to Vogen.
+ Start here if you're new to Vogen.
* Reference guides-contains technical reference for Vogen usage, describing how it works and how to use it.
The Assumption is that you have a basic understanding of key concepts.
diff --git a/docs/site/Writerside/topics/reference/EfCoreIntegrationHowTo.md b/docs/site/Writerside/topics/reference/EfCoreIntegrationHowTo.md
index 564b7b55a8..5a73b3acf0 100644
--- a/docs/site/Writerside/topics/reference/EfCoreIntegrationHowTo.md
+++ b/docs/site/Writerside/topics/reference/EfCoreIntegrationHowTo.md
@@ -119,6 +119,6 @@ From what I've read, it's not recommended to share the DB Context across threads
Yes, it's more code, but it's explicit.
-This page has some handy tips provided by the community.
+This page has some handy tips provided by the community.
\ No newline at end of file
diff --git a/docs/site/Writerside/topics/reference/Performance.md b/docs/site/Writerside/topics/reference/Performance.md
index 837d0539f9..f57d129110 100644
--- a/docs/site/Writerside/topics/reference/Performance.md
+++ b/docs/site/Writerside/topics/reference/Performance.md
@@ -7,8 +7,8 @@ This topic is incomplete and is currently being improved.
(to run these yourself: `dotnet run -c Release --framework net8.0 -- --job short --filter *` in the `Vogen.Benchmarks` folder)
-As mentioned previously, the goal of Vogen is to achieve very similar performance compared to using primitives themselves.
-Here's a benchmark comparing the use of a validated Value Object with an underlying type of `int` vs. using an `int` natively (*primitively* 🤓)
+As mentioned previously, the goal of Vogen is to achieve similar performance compared to using primitives themselves.
+Here's a benchmark comparing a validated Value Object with an underlying type of `int` vs. using an `int` natively (*primitively* 🤓)
``` ini
BenchmarkDotNet=v0.13.2, OS=Windows 11 (10.0.22621.1194)
@@ -45,4 +45,4 @@ WarmupCount=3
| UsingValueObjectAsStruct | 184.8 ns | 12.19 | 0.67 | 1.22 | 0.02 | 0.0153 | 256 B | 1.00 |
-There is a tiny amount of performance overhead, but these measurements are incredibly small. There is no memory overhead.
+There's a minor performance overhead, but these measurements are incredibly small. Also, there's no memory overhead.
diff --git a/docs/site/Writerside/writerside.cfg b/docs/site/Writerside/writerside.cfg
index 077020d2bd..34d655d188 100644
--- a/docs/site/Writerside/writerside.cfg
+++ b/docs/site/Writerside/writerside.cfg
@@ -3,6 +3,6 @@
-
+
\ No newline at end of file