Skip to content

Commit a55bd15

Browse files
Flo0807Copilot
andauthored
Update guides/upgrading/v0.14.md
Co-authored-by: Copilot <[email protected]>
1 parent e94dca3 commit a55bd15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/upgrading/v0.14.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ Make sure to update your custom fields accordingly. The `readonly` value will be
9191
```elixir
9292
@impl Backpex.Field
9393
def render_form(%{readonly: true} = assigns) do
94-
# render readonly field
94+
# Render readonly field
9595
end
9696

9797
def render_form(%{readonly: false} = assigns) do
98-
# render editable field
98+
# Render editable field
9999
end
100100
```
101101

0 commit comments

Comments
 (0)