Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
fix(utils): createResourceHint() description
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed Jun 28, 2016
1 parent 93bab97 commit e5d1077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/core/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ define(
return (leftPad === +Infinity) ? 0 : leftPad;
},
/**
* Creates a link element to use as a resource hint.
* Creates a link element that represents a resource hint.
*
* @param {Object} opts Configure the resource hint.
* @param {String} opts.hint The type of hint (see resourceHints).
Expand Down

0 comments on commit e5d1077

Please sign in to comment.