diff --git a/Installation/changes.html b/Installation/changes.html
index a55fda11a5e..be3031a0bc0 100644
--- a/Installation/changes.html
+++ b/Installation/changes.html
@@ -176,8 +176,8 @@ CGAL 3.8 offers the following improvements and new functionality :
for 3 and 4 elements.
Add intersection test and intersection computation capabilities
between an object of type Ray_3 and either an object of type Line_3, Segment_3 or Ray_3.
- Improve intersection test performance between an object of type BBox_3 and an object of type
- Plane_3 or triangle_3 by avoiding arithmetic filter failures.
+ Improve intersection test performance between an object of type Bbox_3 and an object of type
+ Plane_3 or Triangle_3 by avoiding arithmetic filter failures.
2D Envelope
@@ -218,7 +218,7 @@ CGAL 3.8 offers the following improvements and new functionality :
Triangulated Surface Mesh Simplification
- - The priority queue internally used to plan edge simplifications is no longer
+
- The priority queue internally used to prioritize edge simplifications is no longer
a relaxed heap but a binomial heap. This fix guarantees that all edges satisfying
a simplification criteria are removed (if possible).