diff --git a/FAQ.md b/FAQ.md
index ae033fc..46a90fd 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -26,7 +26,7 @@ Speed | fast :+1: | slow
Cleanup | automatic(2) | automatic
Reusable | no(3) | no(3)
-(1) usually, but you can allocate it in the heap with `new StaticJsonBuffer<200>()`
+(1) preferably, but if you need you could allocate it in the heap with `new StaticJsonBuffer<200>()`
This can be useful on platforms where stack size is limited.
(2) if allocated on the stack, see (1)