We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74495f6 commit e5674bbCopy full SHA for e5674bb
src/db.js
@@ -1,4 +1,4 @@
1
export default callback => {
2
- // connect to a database if needed, the pass it to `callback`:
+ // connect to a database if needed, then pass it to `callback`:
3
callback();
4
}
0 commit comments