Skip to content

Commit

Permalink
Minor typo: such -> such as (#5479)
Browse files Browse the repository at this point in the history
* Update core_components.ex

such -> such as

* Update core_components.ex

such -> such as
  • Loading branch information
mariowhowrites committed Jun 28, 2023
1 parent f04d271 commit cf1e2e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion installer/templates/phx_web/components/core_components.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion priv/templates/phx.gen.live/core_components.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cf1e2e6

Please sign in to comment.