From 140a1198dcfca7b784f74bbfc2e25b3bb08d3933 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Sat, 26 Jan 2013 14:04:14 -0500 Subject: Typo police. (Thanks, @jessamynsmith!) --- wiki/mysql/choose-something-else.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wiki/mysql/choose-something-else.md') diff --git a/wiki/mysql/choose-something-else.md b/wiki/mysql/choose-something-else.md index ed3d31a..5797437 100644 --- a/wiki/mysql/choose-something-else.md +++ b/wiki/mysql/choose-something-else.md @@ -341,7 +341,7 @@ fixed) type constraints: preserves it. * Foreign keys, one of the most widely-used database validity checks, are an - engine-specific feature, restricting their availabilty in combination with + engine-specific feature, restricting their availability in combination with other engine-specific features. (For example, a table cannot have both foreign key constraints and full-text indexes, as of MySQL 5.5.) * Configurations that violate assumptions about foreign keys, such as a -- cgit v1.2.3