Skip to content

Commit

Permalink
fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gr0uch committed Jun 11, 2021
1 parent 0a01b63 commit 1ca92ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/adapter/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var memoryAdapter = require('./adapters/memory')
* records returned by the adapter must have the primary key `id`. The primary
* key **MUST** be a string or a number.
*
* It has one static property, `defaultAdapter` which is a reference to the
* It has one static property, `DefaultAdapter` which is a reference to the
* memory adapter.
*/
function Adapter (properties) {
Expand Down

0 comments on commit 1ca92ff

Please sign in to comment.