Fix typo
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Manual / FAQ.pod
index b8dbe17..426233c 100644 (file)
@@ -58,7 +58,7 @@ L<DBIx::Class::Manual::Cookbook>.
 
 =item .. store/retrieve Unicode data in my database?
 
-Make sure you database supports Unicode and set the connect
+Make sure your database supports Unicode and set the connect
 attributes appropriately - see
 L<DBIx::Class::Manual::Cookbook/Using Unicode>