We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3318378 commit da10350Copy full SHA for da10350
README.md
@@ -1051,7 +1051,7 @@ Template tags are *functions that can be prefixed to a [template literal](#templ
1051
1052
> **Note :** A famous library named [styled-components](https://www.styled-components.com/) heavily relies on this feature.
1053
1054
-Below is a toy example on they work.
+Below is a toy example on how they work.
1055
```js
1056
function highlight(strings, ...values) {
1057
const interpolation = strings.reduce((prev, current) => {
0 commit comments