Skip to content

Commit

Permalink
Merge pull request #21 from sevab/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
akoutmos authored Jul 26, 2024
2 parents b15cfc5 + fbd04c4 commit 683aa30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ And the following template:
Be sure to look at the `MjmlEEx.Component` module for additional usage information as you can also pass options to your
template and use them when generating the partial string. One thing to note is that when using
`render_static_component`, the data that is passed to the component must be defined at compile time. This means that you
cannot use any assigns that would bee to be evaluated at runtime. For example, this would raise an error:
cannot use any assigns that would be evaluated at runtime. For example, this would raise an error:

```elixir
<mj-text>
Expand Down

0 comments on commit 683aa30

Please sign in to comment.