From 6a468c4f365300637be3002fb9a21be7a83581f9 Mon Sep 17 00:00:00 2001 From: Gillian Gunson Date: Sun, 5 Feb 2017 17:28:22 -0800 Subject: [PATCH] Fixed tiny typo --- doc/questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/questions.md b/doc/questions.md index 33757e5..7f9cb20 100644 --- a/doc/questions.md +++ b/doc/questions.md @@ -17,6 +17,6 @@ Read more on [cut-over](cut-over.md) and on the [cut-over design Issue](https:// Adding a `UNIQUE KEY` is possible, in the condition that no violation will occur. That is, you must make sure there aren't any violating rows on your table before, and during the migration. -At this time there is no equivalent to `ALETER IGNORE`, where duplicates are implicitly and silently thrown away. This behavior may be supported in the future. +At this time there is no equivalent to `ALTER IGNORE`, where duplicates are implicitly and silently thrown away. This behavior may be supported in the future. # Why