We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93790df commit 1a980e0Copy full SHA for 1a980e0
docs/user/bots.md
@@ -4835,7 +4835,7 @@ attribute_mapping:
4835
The keys refers to which MISP events you want to tag. If you want to tag all of them, use `__all__`.
4836
If you use `event_separator` and want to add additional tags to some events, use the expected values
4837
of the separation field. The *list of dicts* defines MISP tags as parameters to create `MISPTag`
4838
-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
4839
[PyMISP documentation](https://pymisp.readthedocs.io/en/latest/_modules/pymisp/abstract.html#MISPTag)
4840
for `MISPTag`.
4841
0 commit comments