Skip to content

Commit 868a1ea

Browse files
committed
fix: errors in ci/cd runs
1 parent 5eeaf6a commit 868a1ea

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

src/astro-env.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
///<reference types="astro/client" />

src/content/terms/TowerOfHanoi.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"categories": ["Mathematic", "Programming Concepts"],
55
"author": "Sasakiroo",
66
"description": {
7-
"title":"Tower of Hanoi in Programming",
8-
"Texts:": [
7+
"title": "Tower of Hanoi in Programming",
8+
"texts": [
99
"In programming, Tower of Hanoi — the Algorithm involves breaking down the problems into smaller subproblems",
10-
"This algorithm let you recursively moving smaller stacks of disks to an auxiliary rod, moving the largest disk to the destination rod, then moving the smaller stack from auxiliary rod to the destination"
10+
"This algorithm lets you recursively move smaller stacks of disks to an auxiliary rod, move the largest disk to the destination rod, then move the smaller stack from the auxiliary rod to the destination."
1111
],
1212
"image": "https://upload.wikimedia.org/wikipedia/commons/0/07/Tower_of_Hanoi.jpeg",
13-
"refrences": [
13+
"references": [
1414
"https://en.wikipedia.org/wiki/Tower_of_Hanoi",
1515
"https://www.shiksha.com/online-courses/articles/tower-of-hanoi-program-in-c/"
1616
]

0 commit comments

Comments
 (0)