From ec31348fc250ee273897d16a19c31db06dc170d2 Mon Sep 17 00:00:00 2001 From: Chase Fleming <1666730+chasefleming@users.noreply.github.com> Date: Sun, 10 Mar 2024 12:28:55 -0700 Subject: [PATCH] Updeate readme with more descriptive comment --- attrs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attrs/README.md b/attrs/README.md index 71d208c..10f0f3c 100644 --- a/attrs/README.md +++ b/attrs/README.md @@ -76,7 +76,7 @@ defaultButtonAttrs := attrs.Props{ } primaryButtonAttrs := attrs.Props{ - attrs.Class: "btn btn-primary", // Overriding the class attribute + attrs.Class: "btn btn-primary", // Overrides the Class attribute from defaultButtonAttrs attrs.ID: "submitBtn", }