diff options
-rw-r--r-- | support/doc/plugins/guide.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support/doc/plugins/guide.md b/support/doc/plugins/guide.md index 147c5fcaf..afc5b9337 100644 --- a/support/doc/plugins/guide.md +++ b/support/doc/plugins/guide.md | |||
@@ -870,6 +870,7 @@ function register ({ registerClientRoute }) { | |||
870 | } | 870 | } |
871 | ``` | 871 | ``` |
872 | 872 | ||
873 | You can then access the page on `/p/my-super/route` (please note the additionnal `/p/` in the path). | ||
873 | 874 | ||
874 | ### Publishing | 875 | ### Publishing |
875 | 876 | ||