Comment typo

This commit is contained in:
David Baker 2017-11-22 17:13:18 +00:00 committed by GitHub
parent df921438f3
commit a784abd57f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@ module.exports = React.createClass({
};
},
// Return duration as a sting using appropriate time units
// Return duration as a string using appropriate time units
// XXX: This would be better handled using a culture-aware library, but we don't use one yet.
getDuration: function(time) {
if (!time) return;