aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgesslerpd <gesslerpd@users.noreply.github.com>2017-01-31 18:46:17 -0600
committerJoe Hand <joe@joeahand.com>2017-01-31 16:46:17 -0800
commit892d02db81e87104407ad4f589a76d74aadbc8ff (patch)
tree43ef21c458b194477f64477b5ca81375f585fc22
parentc9e6d3605a07def8b5f5ee6317fb03665919e3f8 (diff)
downloaddat-docs-892d02db81e87104407ad4f589a76d74aadbc8ff.tar.gz
dat-docs-892d02db81e87104407ad4f589a76d74aadbc8ff.zip
fix: small typo in docs (#35)
-rw-r--r--docs/cookbook/browser.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cookbook/browser.md b/docs/cookbook/browser.md
index 4c9ac27..f6fd52b 100644
--- a/docs/cookbook/browser.md
+++ b/docs/cookbook/browser.md
@@ -1,6 +1,6 @@
# Browser Dat
-Dat is written in JavaScript, so naturally, it can work entirely in the browser! The great part about this is that as more peers connect to each other in their client, the site assets will be shared between users rather hitting any sever.
+Dat is written in JavaScript, so naturally, it can work entirely in the browser! The great part about this is that as more peers connect to each other in their client, the site assets will be shared between users rather hitting any server.
This approach is similar to that used in Feross' [Web Torrent](http://webtorrent.io). The difference is that Dat links can be rendered live and read dynamically, whereas BitTorrent links are static. In other words, the original owner can update a Dat and all peers will receive the updates automatically.