Skip to content

Commit

Permalink
docs(dynamic-import-vars): typo (#1527)
Browse files Browse the repository at this point in the history
  • Loading branch information
caoxiemeihao authored Jul 8, 2023
1 parent 3cb9dab commit e4a5c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dynamic-import-vars/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Some example patterns and the glob they produce:
```

```js
'./locales/' + locale + foo + bar '.js' -> './locales/*.js'
'./locales/' + locale + foo + bar + '.js' -> './locales/*.js'
```

```js
Expand Down

0 comments on commit e4a5c5d

Please sign in to comment.