Skip to content

Commit 2a92398

Browse files
dashinjadougwilson
authored andcommitted
docs: fix typos
fixes mysqljs#2171 closes mysqljs#2177
1 parent f190cd1 commit 2a92398

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1159,7 +1159,7 @@ object. Additionally they typically come with two extra properties:
11591159
`'ER_ACCESS_DENIED_ERROR'`), a Node.js error (e.g. `'ECONNREFUSED'`) or an
11601160
internal error (e.g. `'PROTOCOL_CONNECTION_LOST'`).
11611161
* `err.fatal`: Boolean, indicating if this error is terminal to the connection
1162-
object. If the error is not from a MySQL protocol operation, this properly
1162+
object. If the error is not from a MySQL protocol operation, this property
11631163
will not be defined.
11641164
* `err.sql`: String, contains the full SQL of the failed query. This can be
11651165
useful when using a higher level interface like an ORM that is generating
@@ -1430,8 +1430,8 @@ opening a GitHub issue simply asking to whom a security issues should be
14301430
addressed to without disclosing the issue or type of issue.
14311431

14321432
An ideal report would include a clear indication of what the security issue is
1433-
and how it would be exploited, ideally with an accompaning proof of concept
1434-
("PoC") for collaborators to work again and validate potentional fixes against.
1433+
and how it would be exploited, ideally with an accompanying proof of concept
1434+
("PoC") for collaborators to work against and validate potentional fixes against.
14351435

14361436
## Contributing
14371437

0 commit comments

Comments
 (0)