diff --git a/docs/pages/docs/commands/createpts.md b/docs/pages/docs/commands/createpts.md index c01e9c40..e236af89 100755 --- a/docs/pages/docs/commands/createpts.md +++ b/docs/pages/docs/commands/createpts.md @@ -17,8 +17,7 @@ This command adds points to a mesh object. For some special cases, it will also **[createpts/interp](createpts/createpts_interp.md)** Creates points by linear interpolation between two point sets. -**[createpts/poisson_disk](createpts/createpts_poisson.md)** Create uniform or variable spaced vertices inside a pllygon using Poisson Disk sampling. - +**[createpts/poisson_disk](createpts/createpts_poisson.md)** Use Poisson Disk sampling to create uniform or variable spaced points inside a polygon. **[createpts/sphere](createpts/cresphere.md)** Create points for a sphere.