Skip to content

Commit

Permalink
Merge bfb7423 into bf1266a
Browse files Browse the repository at this point in the history
  • Loading branch information
Beoum committed Jan 5, 2023
2 parents bf1266a + bfb7423 commit 6046135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ In this case you need to load Ajv using the correct bundle, depending on which s
```html
<script src="bundle/ajvJTD.min.js"></script>
<script>
;(function () {
(function () {
const Ajv = window.ajvJTD
const ajv = new Ajv()
})()
Expand Down

0 comments on commit 6046135

Please sign in to comment.