From 050ab619bcb990f98571b955e34e91107ee24165 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Fri, 10 Apr 2020 20:48:51 +1000 Subject: [PATCH] docs: Fix simple typo, vizualization -> visualization There is a small typo in build/tmpl/arbor-full.js, build/tmpl/arbor.js, lib/arbor.js. Should read `visualization` rather than `vizualization`. --- build/tmpl/arbor-full.js | 4 ++-- build/tmpl/arbor.js | 4 ++-- lib/arbor.js | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build/tmpl/arbor-full.js b/build/tmpl/arbor-full.js index 31feb08..6d9d926 100644 --- a/build/tmpl/arbor-full.js +++ b/build/tmpl/arbor-full.js @@ -1,6 +1,6 @@ // // arbor.js -// a graph vizualization toolkit +// a graph visualization toolkit // {{LICENSE}} @@ -41,4 +41,4 @@ _:{Physics:Physics, Tween:Tween} // ici il y avoir des dragons... }) -})(this.jQuery) \ No newline at end of file +})(this.jQuery) diff --git a/build/tmpl/arbor.js b/build/tmpl/arbor.js index a232fbe..ed8e787 100644 --- a/build/tmpl/arbor.js +++ b/build/tmpl/arbor.js @@ -1,6 +1,6 @@ // // arbor.js - version 0.91 -// a graph vizualization toolkit +// a graph visualization toolkit // {{LICENSE}} @@ -36,4 +36,4 @@ } }) -})(this.jQuery) \ No newline at end of file +})(this.jQuery) diff --git a/lib/arbor.js b/lib/arbor.js index 87ad4d0..330064e 100644 --- a/lib/arbor.js +++ b/lib/arbor.js @@ -1,6 +1,6 @@ // // arbor.js - version 0.91 -// a graph vizualization toolkit +// a graph visualization toolkit // // Copyright (c) 2012 Samizdat Drafting Co. // Physics code derived from springy.js, copyright (c) 2010 Dennis Hotson @@ -64,4 +64,4 @@ } }) -})(this.jQuery) \ No newline at end of file +})(this.jQuery)