Skip to content

Commit 342fe80

Browse files
authored
docs: Fix misspelling of src attribute (#925)
1 parent cf010c1 commit 342fe80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/getting-started/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ There are a few options:
4444
1. If your site does not need to [support older browser such as IE11](https://caniuse.com/#feat=es6-module), you may load the JavaScript via: `script type="module"`. List out all the components you may include on your page, and the browser will fetch the dependencies dynamically on load. [Learn more](https://hospodarets.com/native-ecmascript-modules-the-first-overview).
4545

4646
```html
47-
<script type="module" scr="PATH/pfe-card.min.js"></script>
48-
<script type="module" scr="PATH/pfe-cta.min.js"></script>
47+
<script type="module" src="PATH/pfe-card.min.js"></script>
48+
<script type="module" src="PATH/pfe-cta.min.js"></script>
4949
```
5050

5151
2. Include the PatternFly Element web component and its dependencies on the page(s) or within the app.

0 commit comments

Comments
 (0)