From d4dd0a9d0d722b23e9e9be548acd5e6f352ef1df Mon Sep 17 00:00:00 2001 From: Purposeful Programming Date: Wed, 14 Nov 2018 10:16:51 -0500 Subject: [PATCH] Fix typo (#23744) --- guide/english/d3/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/english/d3/index.md b/guide/english/d3/index.md index ef1fd5dbab..c7bdf0b4fe 100644 --- a/guide/english/d3/index.md +++ b/guide/english/d3/index.md @@ -46,7 +46,7 @@ There are over 20,000+ **D3.js** examples you could learn from, but you never kn ![](https://i1.wp.com/pbiswas101.files.wordpress.com/2018/07/force.gif?w=400&h=100) - So, with just some basic knowledge of latest HTML5 features such as SVG, Canvas you can dive into a world where library like **D3.js** bring data to life! + So, with just some basic knowledge of the latest HTML5 features such as SVG, Canvas you can dive into a world where library like **D3.js** bring data to life! ###### Contribution - https://github.com/d3/ @@ -59,4 +59,4 @@ There are over 20,000+ **D3.js** examples you could learn from, but you never kn - [D3 in Depth](https://d3indepth.com) - [Learning D3](https://davidwalsh.name/learning-d3) - [Motion Visualization with D3](https://omid.al/posts/2016-08-23-MocapVis-D3.html) - ------------ \ No newline at end of file + ------------