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 2d0415d commit e87c74cCopy full SHA for e87c74c
benchmark/printer-benchmark.js
@@ -8,7 +8,7 @@ const { bigDocument } = require('./fixtures.js');
8
const document = parse(bigDocument);
9
10
module.exports = {
11
- name: 'Print ktichen-sink query',
+ name: 'Print kitchen-sink query',
12
count: 1000,
13
measure() {
14
print(document);
cspell.yml
@@ -51,6 +51,7 @@ words:
51
# TODO: contribute upstream
52
- deno
53
- codecov
54
+ - falsey
55
56
# Website tech
57
- Nextra
0 commit comments