From c59e548244f9b8351634b2672bea7d0d1429ce00 Mon Sep 17 00:00:00 2001 From: Nelson Bassett <15650992+noteven@users.noreply.github.com> Date: Fri, 7 Oct 2022 09:20:33 -0600 Subject: [PATCH] docs: Correct create!/1 return typo in Getting Started Guide (#406) --- documentation/tutorials/get-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/tutorials/get-started.md b/documentation/tutorials/get-started.md index ff04b64e..3268283d 100644 --- a/documentation/tutorials/get-started.md +++ b/documentation/tutorials/get-started.md @@ -193,12 +193,12 @@ Helpdesk.Support.Ticket This returns what we call a `record` which is an instance of a resource. ```elixir -{:ok, #Helpdesk.Support.Ticket< +#Helpdesk.Support.Ticket< ..., id: "c0f8dc32-a018-4eb4-8656-d5810118f4ea", subject: nil, ... ->} +> ``` ### Customizing our Actions