Skip to content

Commit

Permalink
docs: fix typo in socketio.md (#3431)
Browse files Browse the repository at this point in the history
  • Loading branch information
kilmas authored and dead-horse committed Jan 29, 2019
1 parent e899630 commit 1336169
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/en/tutorials/socketio.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ exports.io = {
exports.io = {
  redis: {
    host: {redis server host}
    port: {redis server prot},
    port: {redis server port},
    auth_pass: {redis server password},
    db: 0,
  },
Expand Down
2 changes: 1 addition & 1 deletion docs/source/zh-cn/tutorials/socketio.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ exports.io = {
exports.io = {
redis: {
host: { redis server host },
port: { redis server prot },
port: { redis server port },
auth_pass: { redis server password },
db: 0,
},
Expand Down

0 comments on commit 1336169

Please sign in to comment.