summaryrefslogtreecommitdiff
path: root/examples/javascript
diff options
context:
space:
mode:
authorluzpaz <luzpaz@users.noreply.github.com>2018-02-14 19:34:33 -0500
committerDan Schult <dschult@colgate.edu>2018-02-14 19:34:33 -0500
commitfc281c12c61f0d60e6af57d12bbc4bc749b3c8b5 (patch)
treeb96c172aaabc18654c9a44cca20cb4809778e33a /examples/javascript
parent09eedd2a9578934a5dfc8757ca01873fd4ea17b6 (diff)
downloadnetworkx-fc281c12c61f0d60e6af57d12bbc4bc749b3c8b5.tar.gz
Misc. typos (#2872)
Found via `codespell -q 3 -I ../networkx-whitelist.txt` where whitelist consisted of: ``` ans childs iff nd te ```
Diffstat (limited to 'examples/javascript')
-rw-r--r--examples/javascript/force/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/javascript/force/README b/examples/javascript/force/README
index b2c843c1..8de9a02a 100644
--- a/examples/javascript/force/README
+++ b/examples/javascript/force/README
@@ -1,4 +1,4 @@
-Modifed from the example at of D3
+Modified from the example at of D3
http://mbostock.github.com/d3/ex/force.html
Run the file force.py to generate the force.json data file needed for this to work.