Skip to content

Commit d91a168

Browse files
committed
fix: wrong anchor
1 parent 8427491 commit d91a168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ interface DocumentScannerConfig {
123123
| ----------------------- | --------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
124124
| `license` | `string` | The license key for using the `DocumentScanner`. |
125125
| `container` | ``HTMLElement | string`` | The container element or selector for the `DocumentScanner` UI. |
126-
| `scannerViewConfig` | [`DocumentScannerViewConfig`](#documentscannerconfig) | Configuration settings for the scanner view. |
126+
| `scannerViewConfig` | [`DocumentScannerViewConfig`](#documentscannerviewconfig) | Configuration settings for the scanner view. |
127127
| `resultViewConfig` | [`DocumentResultViewConfig`](#documentresultviewconfig) | Configuration settings for the result view. |
128128
| `correctionViewConfig` | [`DocumentCorrectionViewConfig`](#documentcorrectionviewconfig) | Configuration settings for the correction view. |
129129
| `templateFilePath` | `string` | The file path to the document template used for scanning. You may set custom paths to self-host the template, or host MDS fully offline - see [self-hosting resources]({{ site.guide }}index.html#self-host-resources) for details. |

0 commit comments

Comments
 (0)