Skip to content

Commit b78575c

Browse files
authored
fix typo
1 parent 7c64b62 commit b78575c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/handbook/string-interpolation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ injects the value of an attribute or variable into a string
2222

2323
String interpolation works element-wise on its input. This means the string will be repeated for every unique value in `variable`.
2424

25-
Multiple variables can be interpolatd into strings. If the variables have no relation to eacother (i.e. they are not joined or part of the same record), then string interpolation is applied to the cartesian product of the sets.
25+
Multiple variables can be interpolated into strings. If the variables have no relation to eacother (i.e. they are not joined or part of the same record), then string interpolation is applied to the cartesian product of the sets.
2626

2727
## Examples
2828

@@ -49,4 +49,4 @@ bind @browser
4949

5050
## See Also
5151

52-
[strings](../strings) | [expressions](../expressions)
52+
[strings](../strings) | [expressions](../expressions)

0 commit comments

Comments
 (0)