correct spelling mistake, should be list and not lits (#343)

This commit is contained in:
Alexandre Antonio Juca 2021-06-10 23:16:18 +01:00 committed by GitHub
parent 6274731c8d
commit 2acb4020ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}