Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/project/repository/csv.md')
-rw-r--r--doc/user/project/repository/csv.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/repository/csv.md b/doc/user/project/repository/csv.md
index 9ab26d42e72..4bf6c7451d5 100644
--- a/doc/user/project/repository/csv.md
+++ b/doc/user/project/repository/csv.md
@@ -16,7 +16,7 @@ A CSV file typically stores tabular data (numbers and text) in plain text, in wh
will have the same number of fields.
The CSV file format is not fully standardized. Other characters can be used as column delimiters.
-Fields may or may not be surrounded to escape special characrers.
+Fields may or may not be surrounded to escape special characters.
When added to a repository, files with a `.csv` extension are rendered as a table when viewed in
GitLab.