Browse Source

Fix docs typos.

Jason Grout 6 years ago
parent
commit
b2bae3534f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/services/src/session/manager.ts

+ 2 - 2
packages/services/src/session/manager.ts

@@ -174,8 +174,8 @@ class SessionManager implements Session.IManager {
   }
 
   /**
-   * Find a session associated with a path and stop it is the only session using
-   * that kernel.
+   * Find a session associated with a path and stop it if it is the only session
+   * using that kernel.
    *
    * @param path - The path in question.
    *