From fbd04c4b75c2b64137e862f548af2cc90cd25ecf Mon Sep 17 00:00:00 2001 From: Seva Baskin Date: Mon, 15 Jul 2024 14:11:13 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2587a99..22ae7eb 100644 --- a/README.md +++ b/README.md @@ -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