@@ -18,7 +18,7 @@ This glossary defines concepts and terminology specific to Matplotlib.
1818 The outermost container for a Matplotlib graphic. Think of this as the
1919 sheet of paper to draw on.
2020
21- This isimpolemented in the class `.Figure `. For more details see
21+ This isimplemented in the class `.Figure `. For more details see
2222:ref: `figure-intro `.
2323
2424 Axes
@@ -31,7 +31,7 @@ This glossary defines concepts and terminology specific to Matplotlib.
3131 this is the object users will mostly interact with.
3232
3333 Note: The term *Axes * was taken over from MATLAB. Think of this as
34- A container spanned by the *x *- and *y *-axis, including decoration
34+ a container spanned by the *x *- and *y *-axis, including decoration
3535 and data.
3636
3737 Axis
@@ -41,4 +41,4 @@ This glossary defines concepts and terminology specific to Matplotlib.
4141
4242 Artist
4343 The base class for all graphical element that can be drawn.
44- Examples are Lines, Rectangles, Text, Ticks,Lengend , Axes, ...
44+ Examples are Lines, Rectangles, Text, Ticks,Legend , Axes, ...