Skip to content

Commit b3f0b85

Browse files
committed
netpyne-147 Fix some sentences in tutorial 1
1 parent 493b37c commit b3f0b85

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

webapp/redux/reducers/data/tutorial_steps.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const tutorial_steps = [
3131
target: '#newSectionButton',
3232
title: 'Check Cell"s Sections',
3333
content: (
34-
<p>Click on Section to see the sections that make up this imported cell type</p>
34+
<p>Click on Section to see the sections that make up this cell type</p>
3535
)
3636
},
3737
{
@@ -47,7 +47,7 @@ const tutorial_steps = [
4747
content: (
4848
<>
4949
<p>Click on the Populations icon.</p>
50-
<p>You can also find the each sidebar icons as tab in the top panel</p>
50+
<p>You can also find each sidebar icons as a tab in the top panel</p>
5151
</>
5252
)
5353
},
@@ -88,7 +88,7 @@ const tutorial_steps = [
8888
target: 'div[id*="netParamspopParams"][id*="cellType"]',
8989
title: 'Cell Population Creation',
9090
content: (
91-
<p>Select the cell type to the one we imported earlier ("pyr")</p>
91+
<p>Select the cell type to the one we created earlier ("pyr")</p>
9292
// <p>Set the Cell type to the "pyr" cell we imported earlier</p>
9393
),
9494
waitFor: 'click',

0 commit comments

Comments
 (0)