Browse Source

Fix comment.

Afshin Darian 6 years ago
parent
commit
42fce2f1fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/apputils-extension/src/index.ts

+ 1 - 1
packages/apputils-extension/src/index.ts

@@ -265,7 +265,7 @@ const resolver: JupyterFrontEndPlugin<IWindowResolver> = {
           // Clone the originally requested workspace after redirecting.
           query['clone'] = workspace;
 
-          // Change the URL and trigger the router by triggering a hard reload.
+          // Change the URL and trigger a hard reload to re-route.
           const url = path + URLExt.objectToQueryString(query) + (hash || '');
           router.navigate(url, { hard: true, silent: true });
           return;