Skip to content

Commit

Permalink
Add missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
krisztianb committed Jul 16, 2023
1 parent ca087c5 commit 3894e71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ After installation TypeDoc can be used normally and you can configure this plugi
Extend your [TypeDoc config file](https://typedoc.org/options/configuration/) with a new option named `replaceText`. Here is an example using a JavaScript config file:

```js
/** @type {import('typedoc').TypeDocOptionMap & import('typedoc-plugin-replace-text').Config } */
/** @type { import('typedoc').TypeDocOptionMap & import('typedoc-plugin-replace-text').Config } */
module.exports = {
out: "output",
entryPointStrategy: "expand",
Expand Down
2 changes: 1 addition & 1 deletion test/replace-with-function/typedoc.config.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** @type {import('typedoc').TypeDocOptionMap & import('typedoc-plugin-replace-text').Config } */
/** @type { import('typedoc').TypeDocOptionMap & import('typedoc-plugin-replace-text').Config } */
module.exports = {
entryPointStrategy: "expand",
entryPoints: ["input/a.ts"],
Expand Down

0 comments on commit 3894e71

Please # to comment.