Skip to content

Commit a9ba77f

Browse files
committed
Refactor to shout less
1 parent b611126 commit a9ba77f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/attribute.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ function unknownOperator(query) {
139139
throw new Error('Unknown operator `' + query.operator + '`')
140140
}
141141

142-
/* Stringify a HAST value back to its HTML form. */
142+
/* Stringify a hast value back to its HTML form. */
143143
function normalizeValue(value, info) {
144144
if (typeof value === 'number') {
145145
value = String(value)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hast-util-select",
33
"version": "3.0.0",
4-
"description": "`querySelector`, `querySelectorAll`, and `matches` in HAST",
4+
"description": "`querySelector`, `querySelectorAll`, and `matches` in hast",
55
"license": "MIT",
66
"keywords": [
77
"hast",

0 commit comments

Comments
 (0)