anthony0br / DocumentService

https://anthony0br.github.io/DocumentService/
MIT License
13 stars 1 forks source link

Typo in "Creating a DocumentStore" example #61

Open Great-Bird opened 1 day ago

Great-Bird commented 1 day ago

https://anthony0br.github.io/DocumentService/docs/creating

The field points in the DataSchema type definition is referred to as coins by the rest of the code example:

type DataSchema = {
   points: number, -- should be coins?
}