Skip to content

Commit 8ffcad6

Browse files
committed
Minor corrections
1 parent 3afaa59 commit 8ffcad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lesson 2-1 - Validating restructured data against a schema using a spreadsheet.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@
424424
" <p><b>Tutorial:</b></p>\n",
425425
" <p>Complete the processing of the file you started working with in Lesson 1.</p>\n",
426426
" <ul>\n",
427-
" <li><b>JSON schema</b>: Define a JSON schema to desribe and specify validation criteria for your dataset.</li>\n",
427+
" <li><b>JSON schema</b>: Define a JSON schema to describe and specify validation criteria for your dataset.</li>\n",
428428
" <li><b>Check for invalid data</b>: Specify validation criteria in your spreadsheet application, check for invalid data and correct where necessary..</li>\n",
429429
" <li><b>Save as CSV</b>: Export your machine-readable data from your spreadsheet application and save it as a <code>.csv</code>.</li>\n",
430430
" <li><b>Validate</b>: Upload your CSV and JSON schema onto <a href=\"https://csvlint.io/\">CSVLint</a> and ensure you are successfully validated. Fix any errors you receive.</li>\n",

0 commit comments

Comments
 (0)