diff --git a/printed/drag_chain.scad b/printed/drag_chain.scad index d4d09d1..fcabd72 100644 --- a/printed/drag_chain.scad +++ b/printed/drag_chain.scad @@ -22,7 +22,7 @@ //! //! Each link has a maximum bend angle of 45°, so the mininium radius is proportional to the link length. //! -//! The travel prpoery is how far it can move in each direction, i.e. half the maximum travel if the chain is mounted in the middle of the travel. +//! The travel property is how far it can move in each direction, i.e. half the maximum travel if the chain is mounted in the middle of the travel. // include <../core.scad> diff --git a/readme.md b/readme.md index 783b44c..2f63684 100644 --- a/readme.md +++ b/readme.md @@ -4558,7 +4558,7 @@ Parametric cable drag chain to limit the bend radius of a cable run. Each link has a maximum bend angle of 45°, so the mininium radius is proportional to the link length. -The travel prpoery is how far it can move in each direction, i.e. half the maximum travel if the chain is mounted in the middle of the travel. +The travel property is how far it can move in each direction, i.e. half the maximum travel if the chain is mounted in the middle of the travel. [printed/drag_chain.scad](printed/drag_chain.scad) Implementation.