Fix typo in `_scheduler/docs`

The response description for `_scheduler/docs` says there's a key `last_update`, however there isn't one. There is a `last_updated` instead, just as it shows in the example right below.

This commit fixes the issue described above.
1 file changed
tree: 572f7709f8590ec5ec90930992cd9358cbd103b8
  1. .github/
  2. ext/
  3. images/
  4. rfcs/
  5. src/
  6. static/
  7. templates/
  8. .gitignore
  9. .travis.yml
  10. CONTRIBUTING.md
  11. LICENSE
  12. make.bat
  13. Makefile
  14. NOTICE
  15. README.md
  16. rebar.config
  17. requirements.txt
README.md

CouchDB Documentation Build Status

This repository contains the Sphinx source for Apache CouchDB's documentation. You can view the latest rendered build of this content at:

http://docs.couchdb.org/en/latest

Building this repo

Install Python 2.7+ and pip. Then:

$ virtualenv venv
$ . ./venv/bin/activate
$ pip install -r requirements.txt
$ make html # builds the docs
$ make check # syntax checks the docs

Feedback, Issues, Contributing

General feedback is welcome at our user or developer mailing lists.

Apache CouchDB has a CONTRIBUTING file with details on how to get started with issue reporting or contributing to the upkeep of this project.