Skip to content

Commit 09b92eb

Browse files
committed
doc-fix: headline typos for capabilities
1 parent 752f020 commit 09b92eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/documentation/print-capabilities-markdown.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function printAsMarkdown(capabilities: readonly FlowrCapability[], depth = 0, li
4444
function getPreamble(): string {
4545
const currentDateAndTime = new Date().toISOString().replace('T', ', ').replace(/\.\d+Z$/, ' UTC');
4646
const shortenFilename = module.filename.replace(/^.*src\//, 'src/');
47-
return `_This document was generated from '${shortenFilename}' on ${currentDateAndTime} summarizig flowR's current capabilities (v${flowrVersion().format()})._
47+
return `_This document was generated from '${shortenFilename}' on ${currentDateAndTime} summarizing flowR's current capabilities (v${flowrVersion().format()})._
4848
4949
The code-font behind each capability name is a link to the capability's id. This id can be used to reference the capability in a labeled test within flowR.
5050
Besides, we use colored bullets like this:

0 commit comments

Comments
 (0)