Skip to content

Commit

Permalink
fix doc: correct wording in curly braces interpolation explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenDE committed Dec 19, 2024
1 parent f23f28f commit 34e2edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/phoenix_component.ex
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ defmodule Phoenix.Component do
* Curly braces cannot be used inside `<script>` and `<style>` tags,
as that would make writing JS and CSS quite tedious. You can also
fully disable curly braces interpolation by in a given tag and
fully disable curly braces interpolation in a given tag and
its children by adding the `phx-no-curly-interpolation` attribute
* it does not support multiline block constructs, such as `if`,
Expand Down

0 comments on commit 34e2edb

Please sign in to comment.