Skip to content

Commit f5dd172

Browse files
ReignOfComputerremo5000
authored andcommitted
Trivial Wording Fix for Introduction (#363)
* Trivial Wording Fix for Introduction Addresses #362 * English Fixes
1 parent ee7fa31 commit f5dd172

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Playground.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import ListVisualizer from './workspace/side-content/ListVisualizer'
1414
const CHAP = '\xa7'
1515

1616
const INTRODUCTION = `
17-
Welcome to the source-academy playground!
17+
Welcome to the Source Academy playground!
1818
1919
The language _Source_ is the official language of the textbook _Structure and
2020
Interpretation of Computer Programs, JavaScript Adaptation_. You have never
@@ -25,7 +25,7 @@ the respective textbook chapter. For example, Source ${CHAP}3 is suitable for
2525
textbook Chapter 3 and the preceeding chapters.
2626
2727
The playground comes with an editor and a REPL, on the left and right of the
28-
screen, respectively. You may customimse the layout of the playground by
28+
screen, respectively. You may customise the layout of the playground by
2929
clicking and dragging on the right border of the editor, or the top border of
3030
the REPL.
3131
`

0 commit comments

Comments
 (0)