Skip to content

Commit 749143f

Browse files
grammar
1 parent 1364813 commit 749143f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/pages/docs/introduction/web-standards.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,7 @@ Some known issues / examples observed so far include:
145145

146146
---
147147

148-
In cases where this issue prevents scripts from resolving in the browser, you can create an import programmatically and use a [Resource plugin](/docs/reference/plugins-api/#resource) to add it to your page
149-
s HTML.
148+
In cases where this issu may prevent scripts from resolving in the browser, you can create an import map programmatically and use a [Resource plugin](/docs/reference/plugins-api/#resource) to add it to your page HTML.
150149

151150
The below example demonstrates adding supplemental custom import map entries for [**heroicons**](https://heroicons.com/) SVG icons.
152151

@@ -211,7 +210,7 @@ export function heroiconsImportMapPlugin() {
211210
}
212211
```
213212
214-
This would allow usage of bare specifiers from a client-side JavaScript file:
213+
This will now allow usage of bare specifiers from a client-side JavaScript file:
215214
216215
```js
217216
import pauseSvg from "heroicons/24/solid/pause.svg?type=raw";

0 commit comments

Comments
 (0)