Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev committed Dec 14, 2023
1 parent 18978dd commit 705af8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/3.0/views.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ elsif view.edit?
# Code for the "edit" view
elsif view.new?
# Code for the "new" view
elsif view.forms?
elsif view.form?
# Code for the "new" or "edit" views
elsif view.display?
# Code for the "index or "show" views
Expand Down

0 comments on commit 705af8a

Please sign in to comment.