From 3b5f61455fa5030f716853dd7358c1f8e36dd7c0 Mon Sep 17 00:00:00 2001 From: Jar Ko Date: Fri, 12 Jan 2018 17:00:35 +0100 Subject: [PATCH] Update README.md spell check (referred) --- general-concepts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general-concepts/README.md b/general-concepts/README.md index 648953c..a078102 100644 --- a/general-concepts/README.md +++ b/general-concepts/README.md @@ -4,7 +4,7 @@ ### Admins and Site Admins -There are two types of admins in MISP: Admins (also refered to as org admins) and Site Admins. Whilst the former can only do some limited administration of users of his/her own organisation, site admins have access to all of the features and data of the system. They are in charge of making sure that the system runs correctly and the maintenance of MISP. +There are two types of admins in MISP: Admins (also referred to as org admins) and Site Admins. Whilst the former can only do some limited administration of users of his/her own organisation, site admins have access to all of the features and data of the system. They are in charge of making sure that the system runs correctly and the maintenance of MISP. ### Background Jobs A lot of the heavier tasks are a burden to users, in that their actions can cause long delays (and in some cases timeouts) while the application logic is executing. To alleviate this, long processes have been (if enabled) moved to background jobs, meaning that their execution happens asynchronously in the background, allowing the user to freely interact with the platform whilst the request is being processed. ### MISP Instance