nomagick commited on
Commit
4f37de2
·
unverified ·
1 Parent(s): a8e0628

fix: docs

Browse files
backend/functions/src/cloud-functions/crawler.ts CHANGED
@@ -401,8 +401,8 @@ ${suffixMixins.length ? `\n${suffixMixins.join('\n\n')}\n` : ''}`;
401
  'Accept': {
402
  description: `Specifies your preference for the response format.\n\n` +
403
  `Supported formats: \n` +
404
- `- text/event - stream\n` +
405
- `- application/json or text/json\n` +
406
  `- text/plain`
407
  ,
408
  in: 'header',
 
401
  'Accept': {
402
  description: `Specifies your preference for the response format.\n\n` +
403
  `Supported formats: \n` +
404
+ `- text/event-stream\n` +
405
+ `- application/json or text/json\n` +
406
  `- text/plain`
407
  ,
408
  in: 'header',