不要怂,就是干,撸起袖子干!

Commit 3fd065ca by Gabe Gorelick Committed by Sushant

docs(connection-manager): fix typo (#9219)

1 parent 20cac7a1
Showing with 1 additions and 1 deletions
......@@ -296,7 +296,7 @@ class ConnectionManager {
*
* @param {Object|Error} mayBeConnection Object which can be either connection or error
*
* @retun {Promise<Connection>}
* @return {Promise<Connection>}
*/
_determineConnection(mayBeConnection) {
if (mayBeConnection instanceof Error) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!