diff --git a/documentation/tutorials/get-started.md b/documentation/tutorials/get-started.md index ba56afce..ff04b64e 100644 --- a/documentation/tutorials/get-started.md +++ b/documentation/tutorials/get-started.md @@ -99,7 +99,7 @@ Lets start by creating our first resource along with our first API. We will crea - The API - `lib/helpdesk/support.ex` - A registry to list our resources - `lib/helpdesk/support/registry.ex` -- Our tickets resource - `lib/helpdesk/support/resources/tickets/ticket.ex`. +- Our tickets resource - `lib/helpdesk/support/resources/ticket.ex`. We also create an accompanying registry, in , which is where we will list the resources for our Api.