From cfb15df1e51c29ba66bb1fe558d80768f29087e2 Mon Sep 17 00:00:00 2001 From: Jinkyou Son Date: Sat, 6 Jan 2024 23:44:59 +0900 Subject: [PATCH] docs: Fix typos in code interface documentation (#126) --- documentation/tutorials/getting-started-with-ash-and-phoenix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/tutorials/getting-started-with-ash-and-phoenix.md b/documentation/tutorials/getting-started-with-ash-and-phoenix.md index b3ff92d..886ceba 100644 --- a/documentation/tutorials/getting-started-with-ash-and-phoenix.md +++ b/documentation/tutorials/getting-started-with-ash-and-phoenix.md @@ -355,7 +355,7 @@ As stated above, this is verbose so Ash has a built in shortcut - The `code_inte > define :make, action: :create > ``` > -> That's perfectly valid and could be called via `Blog.make/2`. +> That's perfectly valid and could be called via `Blog.Post.make/2`. Now we can call our resource like so: