Skip to content

Commit cb89525

Browse files
committed
docs: configuration/supported-browsers typo fix
1 parent bd51572 commit cb89525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/content/docs/configuration/supported-browsers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ If `targets` is not specified, SWC uses `browserslist` to get target information
7373
- Possible values: `usage`, `entry`, `undefined` (this matches [`useBuiltIns`](https://babeljs.io/docs/en/babel-preset-env#usebuiltins) from Babel)
7474

7575
<Callout emoji="⚠️">
76-
The <code>usage</code> mode is currently not as efficient as Babel, iff you have a usage like `"foo"["a" + "t"]()`.
76+
The <code>usage</code> mode is currently not as efficient as Babel, if you have a usage like `"foo"["a" + "t"]()`.
7777
SWC does not evaluate the expression <code>"a" + "t"</code> and will not include the <code>String.prototype.at</code> polyfill.
7878
</Callout>
7979

0 commit comments

Comments
 (0)