From c57121a63e1909b42652ae5108b7823e18589585 Mon Sep 17 00:00:00 2001 From: Kamil Mankowski Date: Tue, 16 Jul 2024 14:26:16 +0200 Subject: [PATCH] Fix typo --- docs/user/bots.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/bots.md b/docs/user/bots.md index 324b9608f..a36fc0505 100644 --- a/docs/user/bots.md +++ b/docs/user/bots.md @@ -4684,7 +4684,7 @@ attribute_mapping: The keys refers to which MISP events you want to tag. If you want to tag all of them, use `__all__`. If you use `event_separator` and want to add additional tags to some events, use the expected values of the separation field. The *list of dicts* defines MISP tags as parameters to create `MISPTag` -objects from. Each dictonary has to have at least `name`. For all available parameters refer to the +objects from. Each dictionary has to have at least `name`. For all available parameters refer to the [PyMISP documentation](https://pymisp.readthedocs.io/en/latest/_modules/pymisp/abstract.html#MISPTag) for `MISPTag`.