diff --git a/doc/7-migration.md b/doc/7-migration.md
index b4904822e..75da8fd6f 100644
--- a/doc/7-migration.md
+++ b/doc/7-migration.md
@@ -275,6 +275,8 @@ With the freely definable custom attributes in Icinga 2 it looks like this:
vars.cpl = 60
}
+The Classic UI feature named `Command Expander` does not work with Icinga 2.
+
#### Environment Macros
The global configuration setting `enable_environment_macros` does not exist in
@@ -489,7 +491,7 @@ Icinga 2 doesn't support non-persistent comments.
### Commands
Unlike in Icinga 1.x there are 3 different command types in Icinga 2:
-`CheckCommand`, `NotificationCommand` and EventCommand`.
+`CheckCommand`, `NotificationCommand` and `EventCommand`.
For example in Icinga 1.x it is possible to accidently use a notification
command as an event handler which might cause problems depending on which