Skip to content

Commit

Permalink
Adding default locale as en. Addresses #3890 (#3907)
Browse files Browse the repository at this point in the history
  • Loading branch information
anilreddykatta authored and cpojer committed Jun 26, 2017
1 parent 04d05e5 commit 5e28dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/core/Doc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Doc extends React.Component {
className="edit-page-link button"
href={
'https://github.com/facebook/jest/edit/master/docs/' +
this.props.language +
(this.props.language || 'en') +
'/' +
this.props.source
}
Expand Down

0 comments on commit 5e28dda

Please sign in to comment.