Resolve #1019 and other spelling

This commit is contained in:
Jonathan Wagenet 2025-06-30 23:11:39 -04:00
parent 742a3dccb3
commit 82d0af35e7
2 changed files with 22 additions and 22 deletions

View file

@ -549,7 +549,7 @@ Stud Wall
.. image:: assets/examples/stud_wall.png
:align: center
This example demonstrates creatings custom `Part` objects and putting them into
This example demonstrates creating custom `Part` objects and putting them into
assemblies. The custom object is a `Stud` used in the building industry while
the assembly is a `StudWall` created from copies of `Stud` objects for efficiency.
Both the `Stud` and `StudWall` objects use `RigidJoints` to define snap points which

View file

@ -74,7 +74,7 @@ flanges are attached to the ends of a curved pipe:
Note how the locations of the joints are determined by the :meth:`~topology.Mixin1D.location_at` method
and how the ``-`` negate operator is used to reverse the direction of the location without changing its
poosition. Also note that the ``WeldNeckFlange`` class predefines two joints, one at the pipe end and
position. Also note that the ``WeldNeckFlange`` class predefines two joints, one at the pipe end and
one at the face end - both of which are shown in the above image (generated by ocp-vscode with the
``render_joints=True`` flag set in the ``show`` function).