Skip to content

Commit 382f9c1

Browse files
author
DavidUnderdown
committed
typos
1 parent 0de2f65 commit 382f9c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

csv-schema-1.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1687,7 +1687,7 @@ <h5>Usage</h5>
16871687
<pre class="example" data-lt="Integrity Check Expression Syntax">
16881688
a_column: integrityCheck("includeFolder") /*the validator should check all file system folders for files that are not referenced in the CSV file
16891689
the "includeFolder" parameter indicates that there are explicit references to all file folders in the CSV file
1690-
as the second parameter has not been supplied it defaults to the value "content" meanig that all sub folders must
1690+
as the second parameter has not been supplied it defaults to the value "content" meaning that all sub folders must
16911691
sit within a folder with that name*/
16921692
another_column: integrityCheck("file:///C:/","excludeFolder") //here the string "file:///C:/" is prepended to the contents of another_column before the integrity check is made
16931693
third_column: integrityCheck("","excludeFolder") //here as an empty string is included, we indicate that there is no content folder

csv-schema.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1687,7 +1687,7 @@ <h5>Usage</h5>
16871687
<pre class="example" data-lt="Integrity Check Expression Syntax">
16881688
a_column: integrityCheck("includeFolder") /*the validator should check all file system folders for files that are not referenced in the CSV file
16891689
the "includeFolder" parameter indicates that there are explicit references to all file folders in the CSV file
1690-
as the second parameter has not been supplied it defaults to the value "content" meanig that all sub folders must
1690+
as the second parameter has not been supplied it defaults to the value "content" meaning that all sub folders must
16911691
sit within a folder with that name*/
16921692
another_column: integrityCheck("file:///C:/","excludeFolder") //here the string "file:///C:/" is prepended to the contents of another_column before the integrity check is made
16931693
third_column: integrityCheck("","excludeFolder") //here as an empty string is included, we indicate that there is no content folder

0 commit comments

Comments
 (0)