From c7ccff5e1e22e279a460b0ef463d432da7080ab8 Mon Sep 17 00:00:00 2001 From: Sami Mokaddem Date: Wed, 19 Jan 2022 14:19:55 +0100 Subject: [PATCH] fix: [doc] Typo in text --- documentation/prerequisites.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/prerequisites.md b/documentation/prerequisites.md index 98da39d..7b020ad 100644 --- a/documentation/prerequisites.md +++ b/documentation/prerequisites.md @@ -3,7 +3,7 @@ This document list the requirements that have to be met in order to perform the desired usecase. ## Connect a local tool to cerebrate -- **Networking**: The *cerebrate* application must be able to contact the local tool service. That means the address and the port of the local must be reachable by *cerebrate*. +- **Networking**: The *cerebrate* application must be able to contact the local tool service. That means the address and the port of the local tool must be reachable by *cerebrate*. - **User permissions**: Depends on the actions performed by Cerebrate on the local tool. - Example: For a standard MISP configuration, a simple user with the `user` role is enough for Cerebrate to pass the health check.