Skip to content

Commit 467406b

Browse files
committed
chore: docs typo
1 parent cb8b293 commit 467406b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

documentation/tutorials/getting-started-with-ash-sqlite.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ for i <- 1..5 do
268268
end
269269
end
270270

271-
``
271+
```
272272

273273

274274
And now we can read that data. You should see some debug logs that show the sql queries AshSqlite is generating.
@@ -296,7 +296,7 @@ And, naturally, now that we are storing this in sqlite, this database is persist
296296

297297
Simple calculation for Ticket which adds a concatenation of state and subject:
298298

299-
```
299+
```elixir
300300
# in lib/helpdesk/support/ticket.ex
301301
defmodule Helpdesk.Support.Ticket do
302302
...
@@ -310,7 +310,7 @@ end
310310

311311
Testing of this feature can be done via iex:
312312

313-
```
313+
```elixir
314314
Ash.Query
315315
Helpdesk.Support.Ticket
316316
|> Ash.Query.filter(status == :open)

0 commit comments

Comments
 (0)