diff --git a/installer/templates/phx_web/components/core_components.ex b/installer/templates/phx_web/components/core_components.ex index 2fb77e52c3..b686599bc3 100644 --- a/installer/templates/phx_web/components/core_components.ex +++ b/installer/templates/phx_web/components/core_components.ex @@ -3,7 +3,7 @@ defmodule <%= @web_namespace %>.CoreComponents do Provides core UI components. At the first glance, this module may seem daunting, but its goal is - to provide some core building blocks in your application, such modals, + to provide some core building blocks in your application, such as modals, tables, and forms. The components are mostly markup and well documented with doc strings and declarative assigns. You may customize and style them in any way you want, based on your application growth and needs. diff --git a/priv/templates/phx.gen.live/core_components.ex b/priv/templates/phx.gen.live/core_components.ex index 2fb77e52c3..b686599bc3 100644 --- a/priv/templates/phx.gen.live/core_components.ex +++ b/priv/templates/phx.gen.live/core_components.ex @@ -3,7 +3,7 @@ defmodule <%= @web_namespace %>.CoreComponents do Provides core UI components. At the first glance, this module may seem daunting, but its goal is - to provide some core building blocks in your application, such modals, + to provide some core building blocks in your application, such as modals, tables, and forms. The components are mostly markup and well documented with doc strings and declarative assigns. You may customize and style them in any way you want, based on your application growth and needs.