* Add note in <ahref="https://fastapi.tiangolo.com/tutorial/response-model/"target="_blank">Response Model docs</a> about why using a function parameter instead of a function return type annotation. PR <ahref="https://github.com/tiangolo/fastapi/pull/109"target="_blank">#109</a> by <ahref="https://github.com/JHSaunders"target="_blank">@JHSaunders</a>.
* Fix event docs (startup/shutdown) function name. PR <ahref="https://github.com/tiangolo/fastapi/pull/105"target="_blank">#105</a> by <ahref="https://github.com/stratosgear"target="_blank">@stratosgear</a>.