Doc typo plugins.md (#1568)

This commit is contained in:
clach04
2025-09-08 12:07:51 -07:00
committed by GitHub
parent 0e831db9f4
commit d07231a7aa
+1 -1
View File
@@ -118,7 +118,7 @@ A plugin may provide the following hooks. Hooks must be decorated with
`ocrmypdf.hookimpl`, for example:
```python
from ocrmpydf import hookimpl
from ocrmypdf import hookimpl
@hookimpl
def add_options(parser):