diff --git a/knowledge base/cloud computing/aws/rds.md b/knowledge base/cloud computing/aws/rds.md
index dd044bd..a7881d6 100644
--- a/knowledge base/cloud computing/aws/rds.md
+++ b/knowledge base/cloud computing/aws/rds.md
@@ -85,7 +85,7 @@ The allocated storage **cannot** be increased when restoring RDS for SQL Server
Decrease the storage size of DB instances by creating a new instance with lower provisioned storage size, then migrate
the data into the new instance.
-Us one of the following methods:
+Use one of the following methods:
- Use the database engine's native dump and restore method.
This **will** require downtime.