Skip to content

Commit da68f46

Browse files
committed
fix dynamodb-toolbox#31 typo issues
1 parent d69097c commit da68f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ indexes: {
308308

309309
An **Entity** represent a well-defined schema for a DynamoDB item. An Entity can represent things like a *User*, an *Order*, an *Invoice Line Item*, a *Configuration Object*, or whatever else you want. Each `Entity` defined with the DynamoDB Toolbox must be attached to a `Table`. An `Entity` defines its own attributes, but can share these attributes with other entities on the same table (either explicitly or coincidentally). Entities must flag an attribute as a `partitionKey` and if enabled on the table, a `sortKey` as well.
310310

311-
Note tha a `Table` can have multiple Entities, but an `Entity` can only have one `Table`.
311+
Note that a `Table` can have multiple Entities, but an `Entity` can only have one `Table`.
312312

313313
To define a new entity, import it into your script:
314314

0 commit comments

Comments
 (0)