diff --git a/docs/en/Community-Articles/2024-09-01-Do-You-Need-MultiTenancy/Post.md b/docs/en/Community-Articles/2024-09-01-Do-You-Need-MultiTenancy/Post.md index 6926c5a604..a60ec95e27 100644 --- a/docs/en/Community-Articles/2024-09-01-Do-You-Need-MultiTenancy/Post.md +++ b/docs/en/Community-Articles/2024-09-01-Do-You-Need-MultiTenancy/Post.md @@ -46,7 +46,7 @@ Ask yourself the following questions if you cannot decide whether your app needs 1. Can a user be shared among other tenants? 2. Any tenant needs to see other tenant's data? -3. Does your application break when you physically move one of the tenants?? +3. Does your application break when you physically move one of the tenants? 4. Do your customers need higher security and better GDPR enforcement? 5. Do you need cumulative queries over your tenants?