File tree Expand file tree Collapse file tree
webapp/redux/reducers/data Expand file tree Collapse file tree Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments