From c40b6fb2c82bbcc6d35735d21199ff1c29b336b8 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Mon, 24 Jun 2024 19:05:35 +0200 Subject: [PATCH] fix(kb/aws/rds): typo --- knowledge base/cloud computing/aws/rds.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.