Skip to content

Commit faae17a

Browse files
Fixed typo (#508)
1 parent 6d5e054 commit faae17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows-apps-src/data-access/sqlite-databases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords: windows 10, uwp, SQLite, database
77
ms.localizationpriority: medium
88
---
99
# Use a SQLite database in a UWP app
10-
You can use SQLite to store and retrieve data in a light-weight database on the users device. This guide shows you how.
10+
You can use SQLite to store and retrieve data in a light-weight database on the user's device. This guide shows you how.
1111

1212
## Some benefits of using SQLite for local storage
1313

0 commit comments

Comments
 (0)