Skip to content

Commit 6ee377a

Browse files
Update docs/custom_detectors.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 077a77d commit 6ee377a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/custom_detectors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The following rules apply:
1212
2) Boolean responses of `true` are considered a detection
1313
* see the `over_100_characters` example in [custom_detectors.py](detectors/built_in/custom_detectors/custom_detectors.py) for usage
1414
3) Dict response that are parseable as a `ContentAnalysisResponse` object are considered a detection
15-
* see the `contains_word` example in [custom_detectors.py](detectors/built_in/custom_detectors/custom_detectors.py) for ursage
15+
* see the `contains_word` example in [custom_detectors.py](detectors/built_in/custom_detectors/custom_detectors.py) for usage
1616
4) This code may not import `os`, `subprocess`, `sys`, or `shutil` for security reasons
1717
5) This code may not call `eval`, `exec`, `open`, `compile`, or `input` for security reasons
1818

0 commit comments

Comments
 (0)