From f82a85aad015f76d95ba9c33d1642e54fb6f36dc Mon Sep 17 00:00:00 2001
From: Kevin O'Connor <kevin@koconnor.net>
Date: Wed, 4 Dec 2019 12:17:13 -0500
Subject: [PATCH] docs: Fix typo in Code_Overview.md

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
---
 docs/Code_Overview.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/Code_Overview.md b/docs/Code_Overview.md
index 1e6ef4de1..21b294179 100644
--- a/docs/Code_Overview.md
+++ b/docs/Code_Overview.md
@@ -439,7 +439,7 @@ queue.
 The "stepper" position (`stepper.get_commanded_position()`) is the
 position of the given stepper as tracked by the kinematics code. This
 generally corresponds to the position (in mm) of the carriage along
-its rail, relative to the endstop_position specified in the config
+its rail, relative to the position_endstop specified in the config
 file. (Some kinematics track stepper positions in radians instead of
 millimeters.) If the robot is in motion when the query is issued then
 the reported value includes moves buffered on the micro-controller,