diff --git a/AjaxSpreadsheet/ABOUT b/AjaxSpreadsheet/ABOUT
index 4eb66a3..acb0341 100644
--- a/AjaxSpreadsheet/ABOUT
+++ b/AjaxSpreadsheet/ABOUT
@@ -1 +1 @@
-It is embeddable spreadsheet. Cells can have numbers, text and formulas. Cells can have arbitrary names (regex:\w+), can be readonly, and other constraints. It is secure since only math functions and user defined variables are allowed. Cells are not limited to be in a grid but can be moved anywhere in an html page. It is based on jQuery.
\ No newline at end of file
+This is an embeddable spreadsheet. Cells can contain numbers, text and formulas. Cells can have arbitrary names (regex:\w+), can be readonly, or have other constraints. It is secure since only math functions and user defined variables are allowed. Cells are not limited to be in a grid but can be moved anywhere in an html page. It is based on jQuery.