Programming Phoenix LiveView: Typo on Page 325

Hi,
I believe there’s a typo on page 325 “Build Your First Surface Component”.
In the patterns configuration there’s this piece of configuration:

patterns: [

~r"lib/pento_web/(live|views)/.(ex)$",
~r"lib/my_app_web/live/.
(sface)$"
]

I believe that “my_app_web” should be “pento_web” otherwise no live reload would
be triggered upon “*.sface” changes.

Regards

You are very correct! Thank you and you’ll see the fix in the next release :rocket: