From f9e057030d48d0ab2f77746d51d13b09df4ec4e8 Mon Sep 17 00:00:00 2001 From: Shinya Kawabata Date: Wed, 9 Sep 2015 11:06:20 +0900 Subject: [PATCH] Fix typo in a document javacript => javascript Change-Id: I5f0bce6f7f95c09347fef12de84255cc8252ec44 --- doc/source/topics/tables.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/topics/tables.rst b/doc/source/topics/tables.rst index 2b8a188134..0b1345dc56 100644 --- a/doc/source/topics/tables.rst +++ b/doc/source/topics/tables.rst @@ -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.