mirror of https://github.com/docker/docs.git
Merge pull request #1546 from saltybeagle/patch-1
Grammar fix, s/seem/seems/
This commit is contained in:
commit
ca4c38ccae
|
|
@ -52,7 +52,7 @@ var ContainerHome = React.createClass({
|
|||
if (this.props.container.Error) {
|
||||
body = (
|
||||
<div className="details-progress error">
|
||||
<h2>We're sorry. There seem to be an error:</h2>
|
||||
<h2>We're sorry. There seems to be an error:</h2>
|
||||
<p className="error-message">{this.props.container.Error}</p>
|
||||
<p>If this error is invalid, please file a ticket on our Github repo.</p>
|
||||
<a className="btn btn-action" onClick={this.handleErrorClick}>File Ticket</a>
|
||||
|
|
|
|||
Loading…
Reference in New Issue