We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef3afed commit 35d4acbCopy full SHA for 35d4acb
code/html/page-html/v1.0/page-html-v1.0.html
@@ -92,8 +92,8 @@
92
async function load(){
93
94
var list = [];
95
- list.push(get(base+path+'/readme.md'));
96
- list.push(get(base+path+'/api.md'));
+ list.push(get(base+path+'readme.md'));
+ list.push(get(base+path+'api.md'));
97
var result = await Promise.all(list);
98
99
var {error,txt} = result[0];
0 commit comments