diff --git a/doc/salome/gui/GEOM/input/fillet1d_operation.doc b/doc/salome/gui/GEOM/input/fillet1d_operation.doc
index 322b7c965..9893650c5 100644
--- a/doc/salome/gui/GEOM/input/fillet1d_operation.doc
+++ b/doc/salome/gui/GEOM/input/fillet1d_operation.doc
@@ -18,7 +18,7 @@ vertexes on this wire in the OCC Viewer and define the \b Radius of the Fillet.
\b Note: This Operation Works for the Wires with Planar Edges only.
\b Note: Use option Fuse collinear edges to allow bigger radius
- to allow ignoring of possible secant points, i.e. the
+ in order to ignore possible secant points, i.e. the
joints of collinear edges, thus processing such edges as one.
TUI Command: geompy.MakeFillet1D(Shape, R, ListVertexes)
diff --git a/doc/salome/gui/GEOM/input/fuse_edges_operation.doc b/doc/salome/gui/GEOM/input/fuse_edges_operation.doc
index 7924f73eb..b79e40b9f 100644
--- a/doc/salome/gui/GEOM/input/fuse_edges_operation.doc
+++ b/doc/salome/gui/GEOM/input/fuse_edges_operation.doc
@@ -7,7 +7,7 @@ select Repair - > Fuse Collinear Edges within a Wire.
\n This operation removes selected vertices from a given wire in case
if adjacent edges are C1 continuous. The function takes a list of
vertices to suppress as a parameter. If the list is empty, all
-vertices in a wire are assumed.
+vertices in a wire are taken into account.
\n Arguments: Name + a wire + a list of vertices (can be empty).