Skip to content

Commit

Permalink
Fix typo in relative URL example
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic authored Jun 19, 2018
1 parent 496a7a2 commit 9fc1c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ This feature detection is asynchronous, but does not require any network round-t
Although all of our examples tend to use absolute fallback URLs, since we anticipate fallbacks being located on CDNs or similar, relative URLs also work:
```js
import { storage } from "std:async-local-storage:lib/polyfills/als.js";
import { storage } from "std:async-local-storage|lib/polyfills/als.js";
```
```html
Expand Down

0 comments on commit 9fc1c33

Please sign in to comment.