diff --git a/datasets/0.8/gpt-3/index.html b/datasets/0.8/gpt-3/index.html
index f3bf97228..fa98dadc2 100644
--- a/datasets/0.8/gpt-3/index.html
+++ b/datasets/0.8/gpt-3/index.html
@@ -66,7 +66,7 @@
{
"@type": "ml:Field",
"name": "context",
- "description": "The context in the promt.",
+ "description": "The context in the prompt.",
"dataType": "sc:Text",
"source": {
"distribution": "jsonl",
@@ -78,7 +78,7 @@
{
"@type": "ml:Field",
"name": "completion",
- "description": "The expected completion of the promt.",
+ "description": "The expected completion of the prompt.",
"dataType": "sc:Text",
"source": {
"distribution": "jsonl",
diff --git a/datasets/0.8/gpt-3/metadata.json b/datasets/0.8/gpt-3/metadata.json
index cced1571f..dc0bea97c 100644
--- a/datasets/0.8/gpt-3/metadata.json
+++ b/datasets/0.8/gpt-3/metadata.json
@@ -67,7 +67,7 @@
{
"@type": "ml:Field",
"name": "context",
- "description": "The context in the promt.",
+ "description": "The context in the prompt.",
"dataType": "sc:Text",
"source": {
"distribution": "jsonl",
@@ -79,7 +79,7 @@
{
"@type": "ml:Field",
"name": "completion",
- "description": "The expected completion of the promt.",
+ "description": "The expected completion of the prompt.",
"dataType": "sc:Text",
"source": {
"distribution": "jsonl",
diff --git a/datasets/1.0/gpt-3/index.html b/datasets/1.0/gpt-3/index.html
index 608a0135f..e0d032d9a 100644
--- a/datasets/1.0/gpt-3/index.html
+++ b/datasets/1.0/gpt-3/index.html
@@ -66,7 +66,7 @@
{
"@type": "ml:Field",
"name": "context",
- "description": "The context in the promt.",
+ "description": "The context in the prompt.",
"dataType": "sc:Text",
"source": {
"distribution": "jsonl",
@@ -78,7 +78,7 @@
{
"@type": "ml:Field",
"name": "completion",
- "description": "The expected completion of the promt.",
+ "description": "The expected completion of the prompt.",
"dataType": "sc:Text",
"source": {
"distribution": "jsonl",
diff --git a/datasets/1.0/gpt-3/metadata.json b/datasets/1.0/gpt-3/metadata.json
index ab76c5031..da7366e8c 100644
--- a/datasets/1.0/gpt-3/metadata.json
+++ b/datasets/1.0/gpt-3/metadata.json
@@ -82,7 +82,7 @@
"@type": "cr:Field",
"@id": "default/context",
"name": "context",
- "description": "The context in the promt.",
+ "description": "The context in the prompt.",
"dataType": "sc:Text",
"source": {
"fileSet": {
@@ -97,7 +97,7 @@
"@type": "cr:Field",
"@id": "default/completion",
"name": "completion",
- "description": "The expected completion of the promt.",
+ "description": "The expected completion of the prompt.",
"dataType": "sc:Text",
"source": {
"fileSet": {
diff --git a/python/mlcroissant/recipes/introduction.ipynb b/python/mlcroissant/recipes/introduction.ipynb
index 600c92c2e..aab806d05 100644
--- a/python/mlcroissant/recipes/introduction.ipynb
+++ b/python/mlcroissant/recipes/introduction.ipynb
@@ -107,7 +107,7 @@
" mlc.Field(\n",
" id=\"jsonl/completion\",\n",
" name=\"completion\",\n",
- " description=\"The expected completion of the promt.\",\n",
+ " description=\"The expected completion of the prompt.\",\n",
" data_types=mlc.DataType.TEXT,\n",
" source=mlc.Source(\n",
" file_set=\"jsonl-files\",\n",