Skip to content

Commit

Permalink
docs: fix typo - it's -> its (#1566)
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain authored Jul 1, 2024
1 parent 62030b6 commit 559395f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $ npm i aegir

### Browser `<script>` tag

Loading this module through a script tag will make it's exports available as `Aegir` in the global namespace.
Loading this module through a script tag will make its exports available as `Aegir` in the global namespace.

```html
<script src="https://unpkg.com/aegir/dist/index.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion src/check-project/readme/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $ npm i ${pkg.name}
`
const browserInstall = `## Browser \`<script>\` tag
Loading this module through a script tag will make it's exports available as \`${nameToGlobalSymbol(pkg.name)}\` in the global namespace.
Loading this module through a script tag will make its exports available as \`${nameToGlobalSymbol(pkg.name)}\` in the global namespace.
\`\`\`html
<script src="https://unpkg.com/${pkg.name}/dist/index.min.js"></script>
Expand Down

0 comments on commit 559395f

Please sign in to comment.