Skip to content

Commit 84d2e87

Browse files
committed
fixed Exercise typo
1 parent 5fa104c commit 84d2e87

16 files changed

Lines changed: 16 additions & 16 deletions

File tree

src/sections/03-algorithmic-thinking/_b032e981/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { TestResult } from "@nss-workshops/nss-core";
22

33
export default {
44
id: 'b032e981',
5-
title: 'Module 2 - Code Excercise 1',
5+
title: 'Module 2 - Code Exercise 1',
66
sectionId: 'algorithmic-thinking',
77
previousChapterId: null,
88
content: `

src/sections/03-algorithmic-thinking/_b892f062/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { TestResult } from "@nss-workshops/nss-core";
22

33
export default {
44
id: 'b892f062',
5-
title: 'Module 2 - Code Excercise 2',
5+
title: 'Module 2 - Code Exercise 2',
66
sectionId: 'algorithmic-thinking',
77
previousChapterId: null,
88
content: `

src/sections/04-arrays-and-two-pointers/_7a106b96/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { TestResult } from "@nss-workshops/nss-core";
22

33
export default {
44
id: '7a106b96',
5-
title: 'Module 3 - Code Excercise 1',
5+
title: 'Module 3 - Code Exercise 1',
66
sectionId: 'arrays-and-two-pointers',
77
previousChapterId: null,
88
content: `

src/sections/04-arrays-and-two-pointers/_a62881e6/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { TestResult } from "@nss-workshops/nss-core";
22

33
export default {
44
id: 'a62881e6',
5-
title: 'Module 3 - Code Excercise 2',
5+
title: 'Module 3 - Code Exercise 2',
66
sectionId: 'arrays-and-two-pointers',
77
previousChapterId: null,
88
content: `

src/sections/05-2d-arrays/_5e6361db/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { TestResult } from "@nss-workshops/nss-core";
22

33
export default {
44
id: '5e6361db',
5-
title: 'Module 4 - Code Excercise 2',
5+
title: 'Module 4 - Code Exercise 2',
66
sectionId: '2d-arrays',
77
previousChapterId: null,
88
content: `

src/sections/05-2d-arrays/_9e31c844/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { TestResult } from "@nss-workshops/nss-core";
22

33
export default {
44
id: '9e31c844',
5-
title: 'Module 4 - Code Excercise 1',
5+
title: 'Module 4 - Code Exercise 1',
66
sectionId: '2d-arrays',
77
previousChapterId: null,
88
content: `

src/sections/06-linked-lists/_1c8056a9/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { TestResult } from "@nss-workshops/nss-core";
22

33
export default {
44
id: '1c8056a9',
5-
title: 'Module 5 - Code Excercise 2',
5+
title: 'Module 5 - Code Exercise 2',
66
sectionId: 'linked-lists',
77
previousChapterId: null,
88
content: `

src/sections/06-linked-lists/_a719142c/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { TestResult } from "@nss-workshops/nss-core";
22

33
export default {
44
id: 'a719142c',
5-
title: 'Module 5 - Code Excercise 1',
5+
title: 'Module 5 - Code Exercise 1',
66
sectionId: 'linked-lists',
77
previousChapterId: null,
88
content: `

src/sections/07-stacks-queues/_a5ef04f0/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { TestResult } from "@nss-workshops/nss-core";
22

33
export default {
44
id: 'a5ef04f0',
5-
title: 'Module 6 - Code Excercise 1',
5+
title: 'Module 6 - Code Exercise 1',
66
sectionId: 'stacks-queues',
77
previousChapterId: null,
88
content: `

src/sections/07-stacks-queues/_a90586a1/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { TestResult } from "@nss-workshops/nss-core";
22

33
export default {
44
id: 'a90586a1',
5-
title: 'Module 6 - Code Excercise 2',
5+
title: 'Module 6 - Code Exercise 2',
66
sectionId: 'stacks-queues',
77
previousChapterId: null,
88
content: `

0 commit comments

Comments
 (0)