Consistency fixes (#167)

Minor consistency fixes from @proddy's comments
This commit is contained in:
rjwats
2020-07-07 00:13:38 +01:00
committed by GitHub
parent 1f07dcdab2
commit f2b53a6d53
14 changed files with 38 additions and 37 deletions

View File

@ -8,16 +8,16 @@ class DemoInformation extends Component {
return (
<SectionContent title='Demo Information' titleGutter>
<Typography variant="body1" paragraph>
This simple demo project allows you to control the blink speed of the built-in LED.
This simple demo project allows you to control the built-in LED.
It demonstrates how the esp8266-react framework may be extended for your own IoT project.
</Typography>
<Typography variant="body1" paragraph>
It is recommended that you keep your project interface code under the 'project' directory.
It is recommended that you keep your project interface code under the project directory.
This serves to isolate your project code from the from the rest of the user interface which should
simplify merges should you wish to update your project with future framework changes.
</Typography>
<Typography variant="body1" paragraph>
The demo project interface code is stored in the interface/project directory:
The demo project interface code is stored in the 'interface/src/project' directory:
</Typography>
<List>
<ListItem>