We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad59d53 commit 05fda82Copy full SHA for 05fda82
lib/tags/yields.js
@@ -88,7 +88,7 @@ module.exports = function yields (hexo, args) {
88
const nullAlias = () => {
89
return `<ul>
90
<li><p>${cmd} yields <code>null</code>.</p></li>
91
- <li><p>${cmd} can but aliased but otherwise cannot be chained further.</p></li>
+ <li><p>${cmd} can be aliased, but otherwise cannot be chained further.</p></li>
92
</ul>`
93
}
94
0 commit comments