Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/index/masthead.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default class Masthead extends Component {
<Header.Subheader content='The Fast and Reliable Ethereum Test Chain' />
</Header.Content>
</Header>
<p>Kovan is a Proof of Authority (PoA) publicly accessible blockchain for Ethereum; created and maintained by a consortium of Ethereum developers, to aide the Ethereum developer community.</p>
<p>Kovan is a Proof of Authority (PoA) publicly accessible blockchain for Ethereum; created and maintained by a consortium of Ethereum developers, to aid the Ethereum developer community.</p>
</Container>
</div>
<Button as={Link} content='Read the Proposal' inverted to={prefixLink('/proposal/')} />
Expand Down