From ae1cf554ef90a585d2e5bd704fa27b45dbbba06d Mon Sep 17 00:00:00 2001 From: Pat Cavit Date: Thu, 8 Sep 2016 16:00:43 -0700 Subject: [PATCH] Fix formatting --- docs/v1.x-migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/v1.x-migration.md b/docs/v1.x-migration.md index 11a6b2c9..f2e03967 100644 --- a/docs/v1.x-migration.md +++ b/docs/v1.x-migration.md @@ -209,7 +209,7 @@ m.route(element, '/', { ## `m.route` mode -`m.route.mode` was replaced by `m.route.prefix(prefix)` where `prefix` can be `#`, `?`, `` (for "pathname" mode). The new API also supports hashbang (`#!`), which is the default, and it supports non-root pathnames and arbitrary mode variations such as querybang (`?!`) +`m.route.mode` was replaced by `m.route.prefix(prefix)` where `prefix` can be `#`, `?`, or an empty string (for "pathname" mode). The new API also supports hashbang (`#!`), which is the default, and it supports non-root pathnames and arbitrary mode variations such as querybang (`?!`) ## `m.route()` and anchor tags