Skip to content

Commit 7ab1125

Browse files
authored
Merge pull request #1618 from fturmel/PR/fix-typos
Fix typos
2 parents af77baf + 7692c08 commit 7ab1125

File tree

93 files changed

+130
-130
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+130
-130
lines changed

content-testing/validators.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const dateRangeValidator = string().test(
8787
(value, context) => {
8888
if (!value) return true;
8989

90-
// yup is too leniant with `.date()` and allows broken string date formats
90+
// yup is too lenient with `.date()` and allows broken string date formats
9191
// we only want to allow `yyyy-mm-dd` or a full ISO 8601 date in UTC
9292
// see https://github.com/jquense/yup/blob/master/src/util/isodate.js
9393

content/tracks/side-tracks/pi-day/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": "Pi Day",
3-
"description": "Pi, which is the ratio of a circle's circumference to its diameter, is one of the most important mathematical contants. This track is a compilation of the many challenges I have completed to calculate Pi.",
3+
"description": "Pi, which is the ratio of a circle's circumference to its diameter, is one of the most important mathematical constants. This track is a compilation of the many challenges I have completed to calculate Pi.",
44
"videos": [
55
"challenges/95-approximating-the-value-of-pi",
66
"challenges/96-visualizing-digits-of-pi",

content/tracks/side-tracks/supershapes/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": "Supershapes!",
3-
"description": "This side track is a collection of videos related to supershapes that use spherical coordinates and superformulas. While not techically a \u201csupershape\u201d, the mandelbulb is constructed in a similar manner and is a SUPER shape.",
3+
"description": "This side track is a collection of videos related to supershapes that use spherical coordinates and superformulas. While not technically a \u201csupershape\u201d, the mandelbulb is constructed in a similar manner and is a SUPER shape.",
44
"videos": [
55
"noc/3-angles/4-polar-coordinates",
66
"challenges/19-superellipse",

content/videos/challenges/100-neuroevolution-flappy-bird/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
{ "time": "4:11", "title": "Reinforcement Learning" },
2020
{
2121
"time": "6:45",
22-
"title": "Make multiple birds that make random decisions and use a genetic alorithm"
22+
"title": "Make multiple birds that make random decisions and use a genetic algorithm"
2323
},
2424
{
2525
"time": "7:40",

content/videos/challenges/100-neuroevolution-flappy-bird/showcase/contribution-1670302720.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "Flappy Bird AI wih moving pipes",
2+
"title": "Flappy Bird AI with moving pipes",
33
"author": {
44
"name": "Suryansh Dey",
55
"url": "https://www.facebook.com/progressor.coc"

content/videos/challenges/104-linear-regression-with-tensorflowjs/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"codeExamples": [
3939
{
4040
"title": "Linear Regression",
41-
"description": "This sketch creates an interactive simulation of linear regresssion.",
41+
"description": "This sketch creates an interactive simulation of linear regression.",
4242
"image": "",
4343
"urls": { "p5": "https://editor.p5js.org/codingtrain/sketches/UtOWCSYYF" }
4444
}

content/videos/challenges/105-polynomial-regression-with-tensorflowjs/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"codeExamples": [
2525
{
2626
"title": "Polynomial Regression",
27-
"description": "This sketch creates an interactive simulation of polynominal regresssion.",
27+
"description": "This sketch creates an interactive simulation of polynominal regression.",
2828
"urls": { "p5": "https://editor.p5js.org/codingtrain/sketches/UdXRZxF7e" }
2929
}
3030
],

content/videos/challenges/108-barnsley-fern/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
{
3636
"time": "11:12",
37-
"title": "Pick a random number to choose the tranformation"
37+
"title": "Pick a random number to choose the transformation"
3838
},
3939
{ "time": "12:08", "title": "Add nextPoint, drawPoint functions" },
4040
{ "time": "13:51", "title": "Add probabilities" },

content/videos/challenges/115-snake-game-redux/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"icon": "🚂",
6363
"title": "OOP with ES6",
6464
"url": "/tracks/code-programming-with-p5-js/code/6-objects/1-intro",
65-
"description": "Tutorial on object oriented programmign in JavaScript with ES6"
65+
"description": "Tutorial on object oriented programming in JavaScript with ES6"
6666
},
6767
{
6868
"icon": "🎥",

content/videos/challenges/117-seven-segment-display/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"codeExamples": [
3232
{
3333
"title": "Seven-Segment Display",
34-
"description": "Implimentation of a seven-segment display",
34+
"description": "Implementation of a seven-segment display",
3535
"image": "seven-segment-display.png",
3636
"urls": {
3737
"p5": "https://editor.p5js.org/codingtrain/sketches/O25p3JYxT",

0 commit comments

Comments
 (0)