Skip to content

Commit 1d15e90

Browse files
authored
docs: fix typos and add missing text (#274)
* fix: typo * docs: add missing text
1 parent f563ead commit 1d15e90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

projects/functions/secret-secrets/01-incoming-cipher/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Good.
44
You've chosen to accept the mission.
55

6-
Your first task is to implement for us a function we can use to crate text encoders.
6+
Your first task is to implement for us a function we can use to create text encoders.
77
As you may recall from Spy 101 training, we often enlist functions such as [ROT13](https://en.wikipedia.org/wiki/ROT13) to hide text from onlookers.
88

99
Your assignment, assuming you opt into it, is to develop a `createCipher` function.

projects/functions/secret-secrets/03-the-golden-code/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Your advanced cipher held up against attack from the villainous Goldberger and D
55

66
We have played defense long enough against these criminals.
77
It is time to go on the offense.
8-
They have their own cipher technology, codenamed the _Golden Code_, which they use to
8+
They have their own cipher technology, codenamed the _Golden Code_, which they use to create ciphertext.
99

1010
Your final task, given you agree to tackle it, is to develop a `createCodeCracker` function.
1111
It should take an object of settings as described below.

0 commit comments

Comments
 (0)