Merge "Fix typo in a document javacript => javascript"

This commit is contained in:
Jenkins 2015-09-09 08:16:20 +00:00 committed by Gerrit Code Review
commit 2b566cbac7

View File

@ -258,7 +258,7 @@ Table cells can be easily upgraded with in-line editing. With use of
django.form.Field, we are able to run validations of the field and correctly
parse the data. The updating process is fully encapsulated into table
functionality, communication with the server goes through AJAX in JSON format.
The javacript wrapper for inline editing allows each table cell that has
The javascript wrapper for inline editing allows each table cell that has
in-line editing available to:
#. Refresh itself with new data from the server.