diff --git a/content/posts/delta-robot/index.md b/content/posts/delta-robot/index.md
index c540b1e..f031997 100644
--- a/content/posts/delta-robot/index.md
+++ b/content/posts/delta-robot/index.md
@@ -20,10 +20,10 @@ The robot's forward and inverse kinematics were first implemented in a [jupyter
-The forward and inverse kinematics were then implemented in C++ following the approach described on the Trossen Robotics forum [1]. Access to the kinematics lets us plan paths in the joint space significantly easier and safer since the workspace is irregular. Once a joint trajectory is planned, the path can be verified to stay in the workspace
+The forward and inverse kinematics were then implemented in C++ following the approach described on the Trossen Robotics forum [1]. Access to the kinematics lets us plan paths in the joint space significantly easier and safer since the workspace is irregular. Once a joint trajectory is planned, the path can be verified to stay in the workspace to avoid singularities.