Skip to content

Commit a0ae362

Browse files
author
Thom Seddon
committed
Merge pull request oauthjs#26 from fixe/patch-1
Typo
2 parents 409bb26 + 7102fa0 commit a0ae362

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/postgresql/Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
See schema.sql for the tables referred to in this example
44

5-
The object exposed in model.js could be directly passed into the model paramater of the config
5+
The object exposed in model.js could be directly passed into the model parameter of the config
66
object when initiating.
77

88
For example:
@@ -22,4 +22,4 @@ app.configure(function() {
2222
});
2323

2424
...
25-
```
25+
```

0 commit comments

Comments
 (0)