Skip to content

Commit

Permalink
fix detected typos
Browse files Browse the repository at this point in the history
  • Loading branch information
fturmel committed Nov 16, 2024
1 parent 22bcb6d commit a8f05b0
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion content/videos/archive/ml5/1-finding-keypoints/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"icon": "📓",
"title": "Humans of AI",
"url": "https://humans-of.ai/editorial/",
"description": "Philipp Schmitt's editorial essay on artifial intelligence and the human effort that went into creating the training dataset."
"description": "Philipp Schmitt's editorial essay on artificial intelligence and the human effort that went into creating the training dataset."
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"codeExamples": [
{
"title": "Polynomial Regression",
"description": "This sketch creates an interactive simulation of polynominal regression.",
"description": "This sketch creates an interactive simulation of polynomial regression.",
"urls": { "p5": "https://editor.p5js.org/codingtrain/sketches/UdXRZxF7e" }
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
},
{
"icon": "🔗",
"title": "The 'procesing-java' command",
"title": "The 'processing-java' command",
"url": "https://github.com/processing/processing/wiki/Command-Line",
"description": "Running Processing sketches from the command line"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{ "time": "16:44", "title": "Add the formulas" },
{ "time": "21:25", "title": "Simplify the code" },
{ "time": "22:57", "title": "Check for overlap" },
{ "time": "24:31", "title": "Check the particle's kinetic enery" },
{ "time": "24:31", "title": "Check the particle's kinetic energy" },
{ "time": "25:48", "title": "Fix error" },
{ "time": "27:30", "title": "Add more particles" },
{ "time": "30:11", "title": "Optimizations" },
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "Catch The Sheeps (Game Concept)",
"title": "Catch The Sheep (Game Concept)",
"author": {
"name": "Leonardo M. Louzas",
"url": "https://github.com/leonardomlouzas"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"icon": "💻",
"title": "Humans of AI (Editorial Essay)",
"url": "https://humans-of.ai/editorial/",
"description": "Philipp Schmitt's editorial essay on artifial intelligence and the human effort that went into creating the training dataset."
"description": "Philipp Schmitt's editorial essay on artificial intelligence and the human effort that went into creating the training dataset."
},
{
"icon": "💻",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
{
"time": "8:18",
"title": "Euler integraton"
"title": "Euler integration"
},
{
"time": "10:03",
Expand Down

0 comments on commit a8f05b0

Please sign in to comment.