Skip to content

Commit e87cc42

Browse files
authored
fix: correct typo in exercise 2.1 (#7)
1 parent 079727c commit e87cc42

File tree

1 file changed

+1
-1
lines changed
  • exercises/02.init/01.problem.authenticate

1 file changed

+1
-1
lines changed

exercises/02.init/01.problem.authenticate/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This check is the first and most basic requirement for a secure journal app. The
3131
Without this check, nothing else about security matters. Make sure every request is challenged at the door.
3232

3333
<callout-danger>
34-
If you're experiencing issues when clicking "Connenct" in the inspector,
34+
If you're experiencing issues when clicking "Connect" in the inspector,
3535
double-check the "Authentication" dropdown. Clicking that will show you a UI
3636
for custom headers and if there's a custom "Authentication" header, it could
3737
be messing with your connection request. Delete that header and the inspector

0 commit comments

Comments
 (0)