Skip to content

Commit

Permalink
Fixed README typo
Browse files Browse the repository at this point in the history
  • Loading branch information
WebReflection committed Jun 28, 2021
1 parent 2716b9a commit 4fab35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -85,7 +85,7 @@ render(document.body, shtml`

## Strict export usages

If none of the static parts of a template are ever going to change, the `static-params/strict` export is identical in behavior, but it's much faster thanks to its 1:1 relation with the template, so that dynamic values are mapped once and never gain per same template content.
If none of the static parts of a template are ever going to change, the `static-params/strict` export is identical in behavior, but it's much faster thanks to its 1:1 relation with the template, so that dynamic values are mapped once, and never again, per same template content.

That is: default behavior loops over template and interpolation every single time, the `strict` variant does that only once.

Expand Down

0 comments on commit 4fab35a

Please sign in to comment.