Skip to content

Commit 98f2dc2

Browse files
Ron Korvingdougwilson
Ron Korving
authored andcommitted
docs: fix typos in readme
closes #1046
1 parent 29cd8e4 commit 98f2dc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,7 @@ as described [in the MySQL documentation](http://dev.mysql.com/doc/refman/5.5/en
992992
## Ping
993993

994994
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
996996
will fire. If an error occurred, the callback will fire with an error argument.
997997

998998
```js
@@ -1090,7 +1090,7 @@ connection.on('error', function(err) {
10901090
connection.query('USE name_of_db_that_does_not_exist');
10911091
```
10921092

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
10941094
listener, a stack trace is printed and your process is killed.
10951095

10961096
**tl;dr:** This module does not want you to deal with silent failures. You

0 commit comments

Comments
 (0)