Skip to content

Commit da10350

Browse files
komali2mbeaudru
authored andcommitted
Fixed grammar in Tagged template literals section. (mbeaudru#89)
1 parent 3318378 commit da10350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@ Template tags are *functions that can be prefixed to a [template literal](#templ
10511051

10521052
> **Note :** A famous library named [styled-components](https://www.styled-components.com/) heavily relies on this feature.
10531053
1054-
Below is a toy example on they work.
1054+
Below is a toy example on how they work.
10551055
```js
10561056
function highlight(strings, ...values) {
10571057
const interpolation = strings.reduce((prev, current) => {

0 commit comments

Comments
 (0)