diff --git a/packages/next/README.md b/packages/next/README.md index 131dfd377b4c605d0906bdcdafc7771ee2faf666..448726362cf8dd38ddc83d77478258121ed6a93a 100644 --- a/packages/next/README.md +++ b/packages/next/README.md @@ -536,7 +536,7 @@ Router.beforePopState(({ url, as, options }) => { }); ``` -If you return a `false` value from `beforePopState`, `Router` will not handle `popstate`; +If the function you pass into `beforePopState` returns `false`, `Router` will not handle `popstate`; you'll be responsible for handling it, in that case. See [Disabling File-System Routing](#disabling-file-system-routing).