From cb95b0af950a690c95648689845e01bff156463a Mon Sep 17 00:00:00 2001 From: Florian Arens <60519307+Flo0807@users.noreply.github.com> Date: Sat, 3 Feb 2024 20:01:03 +0100 Subject: [PATCH] Update docs test --- test/flagpack_test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/flagpack_test.exs b/test/flagpack_test.exs index 9d53adf..9a59e4d 100644 --- a/test/flagpack_test.exs +++ b/test/flagpack_test.exs @@ -43,7 +43,7 @@ defmodule FlagpackTest do ## Attributes - * `class` (`:string`) - extra classes to be added. Defaults to `""`. + * `class` (`:string`) - class to be added to the component. Defaults to `nil`. """ end end