From c66fe900d553e54f420cc9ba3fa9b3620012a349 Mon Sep 17 00:00:00 2001 From: Ethan <182492+ethanwillis@users.noreply.github.com> Date: Wed, 30 Oct 2024 19:29:37 -0500 Subject: [PATCH] Update incorrect comments about optional app options for createApp(...) Signed-off-by: Ethan <182492+ethanwillis@users.noreply.github.com> --- packages/app-defaults/src/createApp.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/app-defaults/src/createApp.tsx b/packages/app-defaults/src/createApp.tsx index 6cac337d22..1d400aff7a 100644 --- a/packages/app-defaults/src/createApp.tsx +++ b/packages/app-defaults/src/createApp.tsx @@ -86,7 +86,7 @@ export type OptionalAppOptions = { /** * A set of components to override the default components with. * - * The override is applied for each icon individually. + * The override is applied for each app component individually. * * @public */