Fix typo in a document

javacript => javascript

Change-Id: I5f0bce6f7f95c09347fef12de84255cc8252ec44
This commit is contained in:
Shinya Kawabata 2015-09-09 11:06:20 +09:00
parent 96107e0fd6
commit f9e057030d

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.