Programming Phoenix LiveView B10.0: Typo: consumer_uploaded_entries (page 156)

The last paragraph on the page contains this sentence:

The call to consumer_uploaded_entries/3 returns a list of upload results, based on the return value of our custom upload_static_file/2 function.

The function name consumer_uploaded_entries should be consume_uploaded_entries to match the code examples.

Thanks! Will fix.