doc: fix code example on docs (#676)

This commit is contained in:
Sucipto 2024-05-12 21:09:45 +07:00 committed by GitHub
parent 014819811f
commit ca57510c90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -109,7 +109,7 @@ Be sure to add it to the `ash_domains` config in your `config.exs`
```elixir
# in config/config.exs
config :my_app, :ash_domains: [..., MyApp.Accounts]
config :my_app, ash_domains: [..., MyApp.Accounts]
```
Next, let's define our `Token` resource. This resource is needed