We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538982b commit 392c4f7Copy full SHA for 392c4f7
slides/src/Slides/Lessons/Lesson26.js
@@ -155,10 +155,10 @@ ${`
155
`}
156
<//>
157
<section>
158
- <p>We can use languages that we’ve learned so far (Java or JavaScript) in order to implement our API</p>
+ <p>We can use languages that we’ve learned so far (Java or TypeScript) in order to implement our API</p>
159
</section>
160
161
- <p>For this lesson, we’ll use <em>Java</em></p>
+ <p>For this lesson, we’ll use <em>TypeScript</em></p>
162
163
<${DemoSlide} />
164
<${QuestionsSlide} />
0 commit comments