From d2aa022347cc1eb990bbffd8d3b12865eac86d8c Mon Sep 17 00:00:00 2001 From: Steven Nguyen Date: Fri, 2 Dec 2022 16:02:59 -0800 Subject: [PATCH] Fix typo in documentation (import-csv.md) (#163) * Fix typo in .csv header snippet Import RefLocation -> ImportRef Location * Convert space to tab in header snippet --- docs/docs/import-csv.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/import-csv.md b/docs/docs/import-csv.md index f289143..c708e68 100644 --- a/docs/docs/import-csv.md +++ b/docs/docs/import-csv.md @@ -17,7 +17,7 @@ Using the CSV import is the recommended way for adding items to the database. It You can use this snippet as the headers for your CSV. Copy and paste it into your spreadsheet editor of choice and fill in the value. ```csv -Import RefLocation Labels Quantity Name Description Insured Serial Number Model Number Manufacturer Notes Purchase From Purchased Price Purchased Time Lifetime Warranty Warranty Expires Warranty Details Sold To Sold Price Sold Time Sold Notes +ImportRef Location Labels Quantity Name Description Insured Serial Number Model Number Manufacturer Notes Purchase From Purchased Price Purchased Time Lifetime Warranty Warranty Expires Warranty Details Sold To Sold Price Sold Time Sold Notes ``` !!! tip "Column Order"