diff --git a/Getting-Started.md b/Getting-Started.md index 280ce70..ef54846 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -82,7 +82,7 @@ transaction { ### DSL & DAO -Expose comes in two flavors: DSL (Domain Specific Language) and DAO (Data Access Object). +Exposed comes in two flavors: DSL (Domain Specific Language) and DAO (Data Access Object). On a high level, DSL means type-safe syntax that is similar to SQL whereas DAO means doing CRUD operations on entities. Observe the below examples and head on to the specific section of each API for more details. @@ -154,4 +154,4 @@ class City(id: EntityID) : IntEntity(id) { ``` More on [[DAO API|DAO]] -Or... back to [[Introduction|Home]] \ No newline at end of file +Or... back to [[Introduction|Home]]