Programming Phoenix LiveView (B10.0): Typo at bottom of page 73 - struct vs. schema (?)

In this paragraph:

The schema macro is not the only aspect of the Product module that helps us interact with the products database table. The Product schema has a function that we can use to validate unsafe input before we include it in a struct. Let’s look at that next.

I believe you mean struct instead of schema in that first sentence. If not, you might want to find a sentence to act as a bridge between the struct and schema topics.