Skip to content

Commit

Permalink
Merge pull request #146 from emecas/master
Browse files Browse the repository at this point in the history
Fixing typo in /components/Response/index.js
  • Loading branch information
Espen Henriksen authored Oct 8, 2018
2 parents c9c4cc4 + 318762d commit b95dd94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Response/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export class ResponseAccordion extends React.Component {
if (error) {
return (
<Alert bsStyle="danger">
{`An error occured while fetching the resource: ${error}`}
{`An error occurred while fetching the resource: ${error}`}
</Alert>
);
}
Expand Down

0 comments on commit b95dd94

Please sign in to comment.