From 058139ee540a66842b7934f333334203e8891a25 Mon Sep 17 00:00:00 2001 From: David Pine Date: Mon, 31 Jul 2023 08:17:57 -0500 Subject: [PATCH] Update database-errors.md Fixes #36453 --- docs/standard/data/sqlite/database-errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/standard/data/sqlite/database-errors.md b/docs/standard/data/sqlite/database-errors.md index 70f70d988112c..5fd6d044dc87a 100644 --- a/docs/standard/data/sqlite/database-errors.md +++ b/docs/standard/data/sqlite/database-errors.md @@ -22,7 +22,7 @@ SQLite is aggressive when it comes to locking tables and database files. If your Whenever Microsoft.Data.Sqlite encounters a busy or locked error, it will automatically retry until it succeeds or the command timeout is reached. -You can increase the timeout of command by setting . The default timeout is 30 seconds. A value of `0` means no timeout. +You can increase the timeout of a command by setting . The default timeout is 30 seconds. A value of `0` means no timeout. ```csharp // Retry for 60 seconds while locked