From 2acb4020caf9e37ee7b65a2a7690c87bd807c5c3 Mon Sep 17 00:00:00 2001 From: Alexandre Antonio Juca Date: Thu, 10 Jun 2021 23:16:18 +0100 Subject: [PATCH] correct spelling mistake, should be list and not lits (#343) --- lib/livebook_web/helpers.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/livebook_web/helpers.ex b/lib/livebook_web/helpers.ex index 56f6c9774..d8965c74b 100644 --- a/lib/livebook_web/helpers.ex +++ b/lib/livebook_web/helpers.ex @@ -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}