Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
barelyhuman committed Nov 27, 2023
1 parent 5040eed commit e41d4be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ function matchReplace(expressions) {
return ''
}

return interpolateExpressions(expressions[index])
return interpolateExpression(expressions[index])
}
}

// Replace the htmlString's next occuring
function interpolateExpressions(expressionInstance) {
function interpolateExpression(expressionInstance) {
const isExpressionReactive = expressionInstance && expressionInstance.e
const isExpressionPartial = isExpressionReactive.isT

Expand Down

0 comments on commit e41d4be

Please sign in to comment.