Skip to content

Commit

Permalink
docs: fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Apr 12, 2024
1 parent c08419e commit fba6ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/tutorials/getting-started-with-json-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Both your Resource and domain need to use the extension for the JSON API.

```elixir
defmodule Helpdesk.Support do
use Ash.Domain, extensions: [Module.concat("AshJsonApi.Domain")]
use Ash.Domain, extensions: [Module.concat(["AshJsonApi.Domain"])]
...
```

Expand Down

0 comments on commit fba6ec4

Please sign in to comment.