From c6ad5be9d5e25ef3cd1afa035f6661eb9f5bfdcd Mon Sep 17 00:00:00 2001
From: Mike Kamermans
Date: Tue, 9 Feb 2016 09:25:37 -0800
Subject: [PATCH] Update index.js
---
components/sections/extended/index.js | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/components/sections/extended/index.js b/components/sections/extended/index.js
index 2a8a10d4..25b0f59f 100644
--- a/components/sections/extended/index.js
+++ b/components/sections/extended/index.js
@@ -95,8 +95,9 @@ var Explanation = React.createClass({
the coordinates, but give you freedom over the interval. A great example of this is the "Spiro"
curve, which is a curve based on part of a Cornu Spiral, also
known as Euler's Spiral. It's a very easthetically pleasing curve and you'll find it in
- quite a few graphics packages like Illustrator and Inkscape, having even been used in font
- design (such as for the Inconsolata font).
+ quite a few graphics packages
+ like FontForge and Inkscape, having
+ even been used in font design (such as for the Inconsolata font).
);
}