From 7965c129bdf705a280f63d17f8ad90020420234d Mon Sep 17 00:00:00 2001 From: Ari Date: Fri, 28 May 2021 09:59:42 -0400 Subject: [PATCH] Update knowledge_concepts.md Fixed mispelling --- knowledge_knowledge/knowledge_concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/knowledge_knowledge/knowledge_concepts.md b/knowledge_knowledge/knowledge_concepts.md index b718dac..ff360e0 100644 --- a/knowledge_knowledge/knowledge_concepts.md +++ b/knowledge_knowledge/knowledge_concepts.md @@ -28,7 +28,7 @@ Services are logical compute units derived from linking of one or more Wasm modu * Permission to resources * Maximum memory allocation -FCE uses a [shared nothing](https://en.wikipedia.org/wiki/Shared-nothing_architecture) linking scheme meaning that modules only expose functions explicitly marked to be publicly available while not sharing memeory or any other resources. It should be further noted that services can **not** call on other services directly. +FCE uses a [shared nothing](https://en.wikipedia.org/wiki/Shared-nothing_architecture) linking scheme meaning that modules only expose functions explicitly marked to be publicly available while not sharing memory or any other resources. It should be further noted that services can **not** call on other services directly. ## Blueprint