mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-31 11:18:57 +08:00
correct spelling mistake, should be list and not lits (#343)
This commit is contained in:
parent
6274731c8d
commit
2acb4020ca
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ defmodule LivebookWeb.Helpers do
|
|||
end
|
||||
|
||||
@doc """
|
||||
Renders a lits of radio input options with the given one selected.
|
||||
Renders a list of radio input options with the given one selected.
|
||||
"""
|
||||
def render_radios(name, options, selected) do
|
||||
assigns = %{name: name, options: options, selected: selected}
|
||||
|
|
Loading…
Reference in a new issue