From 01d54486675c79cb2ceb0e2088277a8fb0d6a574 Mon Sep 17 00:00:00 2001
From: Brendan Bartels <bbartels@iastate.edu>
Date: Mon, 24 Apr 2017 09:46:33 -0500
Subject: [PATCH] website: update pages

---
 website/content/computation_graph.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/content/computation_graph.md b/website/content/computation_graph.md
index 0f955b19c..a1c366601 100644
--- a/website/content/computation_graph.md
+++ b/website/content/computation_graph.md
@@ -4,7 +4,7 @@ Authors: Brendan
 Category: Highlights
 thumbnail: "/images/computation_graph.png"
 
-The controls team wants to start tuning the controller on the quadcopter, they also want to have the modify the controller in order to better characterize each part. Currently, there is no way to do that except re-write the code on the quad, which bleeds into their development cycle. David took the challenge to solve this issue, and developed the idea of a computation graph.
+The controls team wants to start tuning the controller on the quadcopter; they also want  to have the ability to modify the controller in order to better characterize each part. Currently, there is no way to do that except to re-write the code on the quad, which bleeds into their development cycle. David took the challenge to solve this issue, and developed the idea of a computation graph.
 
 <a href="/images/computation_graph.png">
 <figure>
-- 
GitLab