diff --git a/samples/README.md b/samples/README.md
index b9fdda98..f6f2a3a7 100644
--- a/samples/README.md
+++ b/samples/README.md
@@ -107,7 +107,7 @@ Entity Framework Core
* Autonomous Database Sample: Demonstrates Oracle EF Core connecting to Oracle Autonomous Database.
* Dependency Injection Sample: Demonstrates using dependency injection and ASP.NET Core with Oracle EF Core.
* Getting Started Sample: Demonstrates a basic Oracle EF Core scenario using migrations and scaffolding.
-* JSON Columns Sample: Demonstrates how to create an owned entity, insert, queriy, updates and delete JSON column data.
+* JSON Columns Sample: Demonstrates how to create an owned entity, insert, query, update, and delete JSON column data.
* Keyless Entity Types Sample: Demonstrates Oracle EF Core keyless entity types with relational and materialized views.
* Stored Procedure Result Set Samples: Demonstrates using PL/SQL that returns either an explicitly or implicitly bound REF Cursor.