Skip to content

Commit

Permalink
chore(docs): fix dynamodb typo (#7130)
Browse files Browse the repository at this point in the history
fix: typo
  • Loading branch information
jakzo authored and balazsorban44 committed Apr 6, 2023
1 parent 3dd47b0 commit 75a59fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/adapter-dynamodb/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
* ## Installation
*
* ```bash npm2yarn2pnpm
* npm install next-auth @next-auth/dyanamodb-adapter
* npm install next-auth @next-auth/dynamodb-adapter
* ```
*
* @module @next-auth/dyanamodb-adapter
* @module @next-auth/dynamodb-adapter
*/
import { v4 as uuid } from "uuid"

Expand Down

0 comments on commit 75a59fb

Please sign in to comment.