From 74d6e1db7b7d4ad03ccd06e866e3142d21e2d2b2 Mon Sep 17 00:00:00 2001 From: Johannes Homeier Date: Tue, 7 Nov 2023 12:55:12 +0100 Subject: [PATCH] docs(composables): fix typo --- libs/composables/attribute/docs/boolean-attribute.composable.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/composables/attribute/docs/boolean-attribute.composable.md b/libs/composables/attribute/docs/boolean-attribute.composable.md index ea35ac5..e97bf96 100644 --- a/libs/composables/attribute/docs/boolean-attribute.composable.md +++ b/libs/composables/attribute/docs/boolean-attribute.composable.md @@ -1,7 +1,7 @@ # Boolean Attribute Composable - [`useBooleanAttribute`](#usebooleanattribute) -- [`binBooleandAttribute`](#bindbooleanattribute) +- [`bindBooleandAttribute`](#bindbooleanattribute) ## `useBooleanAttribute`