liveview-native / live_view_native

A framework for building native applications with Phoenix LiveView
https://native.live/
MIT License
458 stars 19 forks source link

Typo in LiveView Native Component docs #164

Closed BrooklinJazz closed 2 months ago

BrooklinJazz commented 3 months ago
  In this example `:as` is used and this will inject following:

      ember_templates("swiftui/home_live*", root: nil, name: :render)

  Assuming there is a `swiftui/home_live.swiftui.neex` this will be embeded in the render
  component as `render/2`.

Should be embed_templates

Raising this issue to track it, I can make a PR to fix the issue.

cohawk commented 3 months ago

FYI a couple other typos I found in the docs here - https://github.com/liveview-native/live_view_native/pull/142/files

bcardarella commented 3 months ago

@BrooklinJazz you can make the PRs to fix the typo