Merge pull request #645 from a--hoang/master
Fix spelling: permanant->permanent
This commit is contained in:
@ -43,7 +43,7 @@ class CollectionDelete extends Component {
|
||||
<form onSubmit={this.handleSubmit}>
|
||||
<HelpText>
|
||||
Are you sure? Deleting the <strong>{collection.name}</strong>{' '}
|
||||
collection is permanant and will also delete all of the documents
|
||||
collection is permanent and will also delete all of the documents
|
||||
within it, so be careful with that.
|
||||
</HelpText>
|
||||
<Button type="submit" danger>
|
||||
|
@ -43,7 +43,7 @@ class DocumentDelete extends Component {
|
||||
<form onSubmit={this.handleSubmit}>
|
||||
<HelpText>
|
||||
Are you sure? Deleting the <strong>{document.title}</strong>{' '}
|
||||
document is permanant and will also delete all of its history.
|
||||
document is permanent and will also delete all of its history.
|
||||
</HelpText>
|
||||
<Button type="submit" danger>
|
||||
{this.isDeleting ? 'Deleting…' : 'Delete'}
|
||||
|
Reference in New Issue
Block a user