Skip to content

Commit 05fda82

Browse files
EirikBirkelandjennifer-shehane
authored andcommitted
Update yields.js (#490)
1 parent ad59d53 commit 05fda82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tags/yields.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ module.exports = function yields (hexo, args) {
8888
const nullAlias = () => {
8989
return `<ul>
9090
<li><p>${cmd} yields <code>null</code>.</p></li>
91-
<li><p>${cmd} can but aliased but otherwise cannot be chained further.</p></li>
91+
<li><p>${cmd} can be aliased, but otherwise cannot be chained further.</p></li>
9292
</ul>`
9393
}
9494

0 commit comments

Comments
 (0)