Skip to content

Commit

Permalink
Fixing documentation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fishcharlie committed Sep 2, 2022
1 parent ffa87d4 commit a015023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs_src/guide/Schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dyno_jsdoc_dist/Schema.js|schema.indexAttributes
| Boolean | False | BOOL | False | False | | |
| Number | True | N | False | False | | |
| Buffer | True | B | False | False | | |
| Date | True | N |\ S (if `storage` is set to `iso`) | True | False | **storage** - milliseconds \| seconds \| iso (default: milliseconds) | Will be stored in DynamoDB as milliseconds since Jan 1 1970, and converted to/from a Date instance. |
| Date | True | N \| S (if `storage` is set to `iso`) | True | False | **storage** - milliseconds \| seconds \| iso (default: milliseconds) | Will be stored in DynamoDB as milliseconds since Jan 1 1970, and converted to/from a Date instance. |
| Object | False | M | False | True | | |
| Array | False | L | False | True | | |
| [`dynamoose.type.NULL`](Dynamoose#dynamoosetypenull) | False | NULL | False | False | | |
Expand Down

0 comments on commit a015023

Please sign in to comment.