Skip to content

Commit

Permalink
Merge pull request #192 from cmnstmntmn/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
bcardarella authored Aug 5, 2024
2 parents c4a0535 + 45d18f9 commit fb296c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion priv/templates/lvn.gen/app_name_native.ex
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ defmodule <%= inspect context.native_module %> do
defmodule MyAppWeb.Layouts.SwiftUI do
use MyAppNative, [:layout, format: :swiftui]
embed_tempaltes "layouts_swiftui/*"
embed_templates "layouts_swiftui/*"
end
'''
def layout(opts) do
Expand Down

0 comments on commit fb296c7

Please sign in to comment.