Fixed some typos (#3236)

This commit is contained in:
Arkadiy Paronyan 2016-11-07 17:42:17 +01:00 committed by Gav Wood
parent 52ea597d6f
commit 108452d082
3 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ export default class Proxy extends Component {
<ContainerTitle title='Proxy' />
<div className={ layout.layout }>
<div className={ layout.overview }>
<div>The proxy setup allows you to access Parity and all associated decentralized applications via memororable addresses.</div>
<div>The proxy setup allows you to access Parity and all associated decentralized applications via memorable addresses.</div>
</div>
<div className={ layout.details }>
<div className={ styles.details }>

View File

@ -49,7 +49,7 @@ const defaultViews = {
label: 'Applications',
route: '/apps',
value: 'app',
description: 'Distributed applications that interact with the underlying network. Add applications, manage you application portfolio and interact with application from around the newtork.'
description: 'Distributed applications that interact with the underlying network. Add applications, manage you application portfolio and interact with application from around the network.'
},
contracts: {

View File

@ -40,7 +40,7 @@ class Views extends Component {
<div className={ layout.overview }>
<div>Manage the available application views, using only the parts of the application that is applicable to you.</div>
<div>Are you an end-user? The defaults are setups for both beginner and advanced users alike.</div>
<div>Are you a developer? Add some features to manage contracts are interact with application develoyments.</div>
<div>Are you a developer? Add some features to manage contracts are interact with application deployments.</div>
<div>Are you a miner or run a large-scale node? Add the features to give you all the information needed to watch the node operation.</div>
</div>
<div className={ layout.details }>