Skip to content

Commit ae57ed3

Browse files
authored
Merge pull request #255 from Not-Sarthak/master
typo: length, succeed and occurred
2 parents bc7f093 + 4217b55 commit ae57ed3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/app/components/Challenges/ClientChallengeTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ export default function ChallengeTable({
245245

246246
{!isLoading && error && (
247247
<div className="text-xs font-medium">
248-
An error occured. Please try again.
248+
An error occurred. Please try again.
249249
</div>
250250
)}
251251
</div>

src/app/content/challenges/assembly-timeout/en/verify.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Now click on the `take challenge` button and drop the file there!
2626

2727
<RequirementList>
2828
<Requirement title="Challenge 1: Testing the Timeout">
29-
Your program should suceed when a slot higher than the current one is passed.
29+
Your program should succeed when a slot higher than the current one is passed.
3030
</Requirement>
3131

3232
<Requirement title="Challenge 2: Testing the Failure of a Timeout">

src/app/content/courses/pinocchio-for-dummies/pinocchio-accounts/en.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ impl Mint {
116116
) -> ProgramResult {
117117
mint_account_check(account) {
118118
Ok(_) => Ok(()),
119-
Err(_) => init_mint_account(account, payer, decimals, mint_authority, freeze_authority),
119+
Err(_) => init(account, payer, decimals, mint_authority, freeze_authority),
120120
}
121121
}
122122
}

0 commit comments

Comments
 (0)