Skip to content

Commit 13e7f6c

Browse files
authored
Fix typos in live_title attr docs (#3711)
1 parent d1c50aa commit 13e7f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/phoenix_component.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2169,7 +2169,7 @@ defmodule Phoenix.Component do
21692169
default: nil,
21702170
doc:
21712171
"The default title to use if the inner block is empty on regular or connected mounts." <>
2172-
"*Note*: empty titles, such as `nil` or an empty string, fallsback to the default value."
2172+
" *Note*: empty titles, such as `nil` or an empty string, fall back to the default value."
21732173
)
21742174

21752175
attr.(:suffix, :string, default: nil, doc: "A suffix added after the content of `inner_block`.")

0 commit comments

Comments
 (0)