Skip to content

Commit f66117d

Browse files
Merge branch 'dev' into users/xnkevinnguyen/persist-tutorial-context
2 parents 7e5993a + 8c41be1 commit f66117d

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

src/view/pages/__snapshots__/gettingStarted.spec.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ exports[`GettingStartedPage component should render correctly 1`] = `
5959
<h3
6060
className="normalFontWeight"
6161
>
62-
&gt; Import the micro:bit library to use it (This is required)
62+
&gt; Import the Circuit Playground library to use it (This is required)
6363
</h3>
6464
<span
6565
className="codeBox"

src/view/pages/gettingStarted.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ export class GettingStartedPage extends React.Component {
4949
<div id="CPX" className="inv">
5050
<h2> Tutorial for Circuit Playground Express </h2>
5151
<h3 className="normalFontWeight">
52-
> Import the micro:bit library to use it (This is
53-
required)
52+
> Import the Circuit Playground library to use it (This is required)
5453
</h3>
5554
<span className="codeBox">
5655
<pre className="codeText">from adafruit_circuitplayground import cp</pre>
@@ -250,7 +249,7 @@ export class GettingStartedPage extends React.Component {
250249
<p>Press <kbd>F5</kbd> or go to <code>Run -> Start Debugging</code></p>
251250
<img alt='Start debugging' src='https://raw.githubusercontent.com/microsoft/vscode-python-devicesimulator/dev/src/view/pages/gettingStartedPictures/debugger/start_debugging.jpg' style={{ width: '390px', height: '142px' }}></img>
252251
<h3 className="normalFontWeight">
253-
> Set a breakpoint or multiple breakpoints
252+
> Set a breakpoint or multiple breakpoints
254253
</h3>
255254
<p>Stopping at a breakpoint pauses the program at that particular place.</p>
256255
<p>Use the debug toolbar or the shortcuts below</p>

0 commit comments

Comments
 (0)