From a4b3d36ca91d627184e1b68328989a8fbeca6f7d Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Fri, 30 Sep 2022 00:29:13 -0400 Subject: [PATCH] chore: fix get-started guide --- documentation/tutorials/get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.