aboutsummaryrefslogtreecommitdiff
path: root/Web.md
diff options
context:
space:
mode:
authorLuke Wagner <mail@lukewagner.name>2015-06-10 09:09:13 -0500
committerLuke Wagner <mail@lukewagner.name>2015-06-10 09:09:13 -0500
commitdd54e39cce304cf1d402066138f77c860947ab45 (patch)
tree6128715ab2084a68a1f05476b156331b6ad9278e /Web.md
parentc2fcc21766d77bf6ca7758a5e04833ed81d10bdc (diff)
downloadnanowasm-design-dd54e39cce304cf1d402066138f77c860947ab45.tar.gz
Fix typo in Web.md
Diffstat (limited to 'Web.md')
-rw-r--r--Web.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Web.md b/Web.md
index bfc7209..f589448 100644
--- a/Web.md
+++ b/Web.md
@@ -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