From 19ff8e675a5d46f4e32ecc2c331a22065d63be49 Mon Sep 17 00:00:00 2001 From: Mayeul Kauffmann Date: Fri, 18 Aug 2023 14:47:59 +0200 Subject: [PATCH] typos. Import ODS --- .../content/en/setup-and-usages/table-operations.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/noco-docs/content/en/setup-and-usages/table-operations.md b/packages/noco-docs/content/en/setup-and-usages/table-operations.md index a41449729b..8b5c3024fe 100644 --- a/packages/noco-docs/content/en/setup-and-usages/table-operations.md +++ b/packages/noco-docs/content/en/setup-and-usages/table-operations.md @@ -6,7 +6,7 @@ category: "Product" menuTitle: "Table Operations" --- -Once you have created a new NocoDB project you can open it, In the browser, the URL would be like `example.com/dashboard/#/nc/`. +Once you have created a new NocoDB project you can open it. In the browser, the URL would be like `example.com/dashboard/#/nc/`. ## Table @@ -134,7 +134,7 @@ You can start editing by any of the following methods - Double click on cell to edit - Click on cell and start typing (this way it will clear the previous content) - Click on cell and press enter to start editing -- And it will automatically save on blur event or if inactive. +- And it will automatically save on blur event (that is, exiting the cell) or if inactive. ### Row Delete @@ -146,10 +146,10 @@ Bulk delete is also possible by selecting multiple rows by using the checkbox in ## Quick Import -You can use Quick Import when you have data from external sources such as Airtable, CSV file or Microsoft Excel to an existing project by either +You can use Quick Import when you have data from external sources such as Airtable, CSV file, Microsoft Excel or LibreOffice Calc to an existing project by either - Hover `Add new table` button in table menu, click three dots, use Quick Import to create -- Drag and drop CSV, JSON or Excel file to import +- Drag and drop CSV, JSON, Excel or ODS file to import image