diff --git a/doc-template/readme.template.md b/doc-template/readme.template.md index 4ca32fb0..d1c6dd21 100644 --- a/doc-template/readme.template.md +++ b/doc-template/readme.template.md @@ -274,7 +274,7 @@ The following list is a complete list of features that can be opt in and out. | Name | Description | Additional Dependency |Default?| |---------|--------------|--------|------------| -| datetime | Eanble the date and time coordinate support | chrono | Yes | +| datetime | Enable the date and time coordinate support | chrono | Yes | - Element, series and util functions @@ -322,7 +322,7 @@ The following list is a complete list of features that can be opt in and out. * How to check if a backend writes file successfully ? - The behavior of Plotters backend is consistent with stadnard library. + The behavior of Plotters backend is consistent with standard library. When the backend instance is being dropped, `DrawingArea::present` or `Backend::present` is called automatically whenever is needed. When the `persent` method is called from `drop`, any error will be sliently ignored.