diff options
| author | Luke Wagner <mail@lukewagner.name> | 2015-06-10 09:09:13 -0500 |
|---|---|---|
| committer | Luke Wagner <mail@lukewagner.name> | 2015-06-10 09:09:13 -0500 |
| commit | dd54e39cce304cf1d402066138f77c860947ab45 (patch) | |
| tree | 6128715ab2084a68a1f05476b156331b6ad9278e /Web.md | |
| parent | c2fcc21766d77bf6ca7758a5e04833ed81d10bdc (diff) | |
| download | nanowasm-design-dd54e39cce304cf1d402066138f77c860947ab45.tar.gz | |
Fix typo in Web.md
Diffstat (limited to 'Web.md')
| -rw-r--r-- | Web.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ We've identified interesting implementation approaches which help convince us that the design, especially that of the [MVP](MVP.md), are sensible: * WebAssembly's security model should depend on [CORS][] and - [subresource integrity][] to enable distribution, especially though content + [subresource integrity][] to enable distribution, especially through content distribution networks and to implement [dynamic linking](FutureFeatures.md#dynamic-linking). * A [module](MVP.md#Modules) can be loaded in the same way as an ES6 module |
