diff --git a/doc/salome/gui/SMESH/input/constructing_meshes.doc b/doc/salome/gui/SMESH/input/constructing_meshes.doc
index bd57d80f0..042b66320 100644
--- a/doc/salome/gui/SMESH/input/constructing_meshes.doc
+++ b/doc/salome/gui/SMESH/input/constructing_meshes.doc
@@ -197,8 +197,8 @@ is:
The submeshes can become concurrent if their algorithms leads to mesh shared subshape
with different algorithms (or different algorithms parameters, i.e. hypothesises).
-In fact, we have three submeshes with concurrent algorithms, becase
-they has different hypothesises assigned to them.
+In fact, we have three submeshes with concurrent algorithms, because
+they have different hypothesises assigned to them.
The first mesh computation made with:
\image html mesh_order_123.png
@@ -219,8 +219,8 @@ And the last mesh computation with:
"Result mesh with order SubMesh_3, SubMesh_2, SubMesh_1 "
As we can see each mesh computation has different number of result
-elements and different mesh descretisation on shared edges (edges,
-that shared between Face_1, Face_2 and Face_3)
+elements and different mesh discretisation on shared edges (edges
+that are shared between Face_1, Face_2 and Face_3)
Additionally, submesh priority (order of algorithms to be applied) can
be modified not only in separate dialog box, but in Preview
@@ -229,11 +229,11 @@ order.
\image html mesh_order_preview.png
"Preview with submesh priority list box"
-If no concurrent submeshes under Mesh object user will see the
+If there are no concurrent submeshes under Mesh object, then user will see the
following information dialog box
\image html mesh_order_no_concurrent.png
"No concurrent submeshes detected"
-and no mesh order list box appear in Preview dialog box.
+and no mesh order list box will appear in Preview dialog box.