Skip to content

Commit

Permalink
Accept proposed edits to book docs
Browse files Browse the repository at this point in the history
Co-authored-by: Dirkjan Ochtman <dirkjan@ochtman.nl>
  • Loading branch information
jbr and djc committed Jul 13, 2020
1 parent 57fa2bb commit d1ceb07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions book/src/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ from the Askama test suite for more on how to integrate.

Enabling the `with-tide` feature appends `Into<tide::Response>` and
`TryInto<tide::Body>` implementations for each template type. This
provides the abiltity for tide apps to build a response directly from
a template, or to append a templated body to an already-existing
Response. See [the example](https://github.com/djc/askama/blob/master/askama_tide/tests/tide.rs)
provides the ability for tide apps to build a response directly from
a template, or to append a templated body to an existing
`Response`. See [the example](https://github.com/djc/askama/blob/master/askama_tide/tests/tide.rs)
from the Askama test suite for more on how to integrate.

0 comments on commit d1ceb07

Please sign in to comment.