From 6831237aa9a1ea48c2faddee278f6f087856b01a Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Fri, 11 Jan 2019 00:42:59 +0000 Subject: [PATCH] svgo: fix spelling of "Node.js" --- pages/common/svgo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/svgo.md b/pages/common/svgo.md index 75a920d95c..a8d15a9f4f 100644 --- a/pages/common/svgo.md +++ b/pages/common/svgo.md @@ -1,6 +1,6 @@ # svgo -> SVG Optimizer: a Nodejs-based tool for optimizing Scalable Vector Graphics files. +> SVG Optimizer: a Node.js-based tool for optimizing Scalable Vector Graphics files. > It applies a series of transformation rules (plugins), which can be toggled individually. - Optimize a file using the default plugins (overwrites the original file):