File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -992,7 +992,7 @@ as described [in the MySQL documentation](http://dev.mysql.com/doc/refman/5.5/en
992
992
## Ping
993
993
994
994
A ping packet can be sent over a connection using the ` connection.ping ` method. This
995
- mehtod will send a ping packet to the server and when the server responds, the callback
995
+ method will send a ping packet to the server and when the server responds, the callback
996
996
will fire. If an error occurred, the callback will fire with an error argument.
997
997
998
998
``` js
@@ -1090,7 +1090,7 @@ connection.on('error', function(err) {
1090
1090
connection .query (' USE name_of_db_that_does_not_exist' );
1091
1091
```
1092
1092
1093
- Note: ` 'error' ` are special in node. If they occur without an attached
1093
+ Note: ` 'error' ` events are special in node. If they occur without an attached
1094
1094
listener, a stack trace is printed and your process is killed.
1095
1095
1096
1096
** tl;dr:** This module does not want you to deal with silent failures. You
You can’t perform that action at this time.
0 commit comments