diff --git a/docs/tutorials/deform_source_mesh_to_target_mesh.ipynb b/docs/tutorials/deform_source_mesh_to_target_mesh.ipynb index c93a07c9..c9df1812 100644 --- a/docs/tutorials/deform_source_mesh_to_target_mesh.ipynb +++ b/docs/tutorials/deform_source_mesh_to_target_mesh.ipynb @@ -1811,7 +1811,7 @@ "outputs": [], "source": [ "# We will learn to deform the source mesh by offsetting its vertices\n", - "# The shape of the derform parameters is equal to the total number of vertices in src_mesh\n", + "# The shape of the deform parameters is equal to the total number of vertices in src_mesh\n", "deform_verts = torch.full(src_mesh.verts_packed().shape, 0.0, device=device, requires_grad=True)" ] },