summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandmarti1424 <scim.spreadsheet@gmail.com>2016-03-20 14:09:05 -0300
committerandmarti1424 <scim.spreadsheet@gmail.com>2016-03-20 14:09:05 -0300
commitb9eba3d86cc2d0e10dd95ba6b71601703bbd2bd0 (patch)
treea73df0fad1263010963c9e07acdf4573d16c1416
parent1733b6403bf1cfbd80b82ac2e55f41b8ad5be44d (diff)
fixed spelling in doc
-rw-r--r--src/doc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/doc b/src/doc
index 9d1a030..97520d9 100644
--- a/src/doc
+++ b/src/doc
@@ -272,14 +272,14 @@ Commands for handling cell content:
:e csv export current spreadsheet to csv format.
the name of the file that is created comes from the current open spreadsheet.
- if a range is selected, only the that range is exported.
+ if a range is selected, only that range is exported.
:e tab export current spreadsheet to tab delimited file.
the name of the file that is created comes from the current open spreadsheet.
- if a range is selected, only the that range is exported.
+ if a range is selected, only that range is exported.
:e txt export current spreadsheet to plain text.
- if a range is selected, only the that range is exported.
+ if a range is selected, only that range is exported.
:e csv name
export current spreadsheet to csv file. 'name' is the name of the file to be generated