Skip to content

Commit

Permalink
docs(fix): change ; to , to avoid errors (#11781)
Browse files Browse the repository at this point in the history
I copied and pasted the configs and found errors. Trying to fix it.
  • Loading branch information
Jeff-Tian authored Nov 6, 2023
1 parent 8a44f4f commit 9ff52db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/docs/api/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -1450,7 +1450,7 @@ import SmileUrl, { ReactComponent as SvgSmile } from './smile.svg';
```js
// 兼容 ie11
targets: {
ie: 11;
ie: 11,
}
```

Expand Down

1 comment on commit 9ff52db

@vercel
Copy link

@vercel vercel bot commented on 9ff52db Nov 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.