Programming Phoenix LiveView B7: Page 343 typos

Now , update the render/1 function to call live_componen/1 to render our Board live component.

live_componen/1 should be live_component/1.

The GameLive view takes some info from the params and renders one components.

components should be component.

Thanks! Will fix.