Skip to content

Commit

Permalink
fix attribute in example
Browse files Browse the repository at this point in the history
  • Loading branch information
woylie committed Dec 14, 2023
1 parent 2b80d8d commit bd08ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/doggo.ex
Original file line number Diff line number Diff line change
Expand Up @@ -1914,7 +1914,7 @@ defmodule Doggo do
## Examples
<.table id="pets" items={@pets}>
<.table id="pets" rows={@pets}>
<:col :let={p} label="name"><%= p.name %></:col>
<:col :let={p} label="age"><%= p.age %></:col>
</.table>
Expand Down

0 comments on commit bd08ab6

Please sign in to comment.