From 35ed293a31030a26d95d0ba9f2dd2b6e56b951c5 Mon Sep 17 00:00:00 2001 From: Charlie O'Keefe Date: Sat, 10 Oct 2015 10:24:33 -0600 Subject: [PATCH] change comma to semicolon --- website/source/intro/vs/mesos.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/vs/mesos.html.md b/website/source/intro/vs/mesos.html.md index 4266a90f3..d8034411e 100644 --- a/website/source/intro/vs/mesos.html.md +++ b/website/source/intro/vs/mesos.html.md @@ -13,7 +13,7 @@ resources of a datacenter and exposes an API to integrate with Frameworks that have scheduling and job management logic. Mesos depends on ZooKeeper to provide both coordination and storage. -There are many different frameworks that integrate with Mesos, +There are many different frameworks that integrate with Mesos; popular general purpose ones include Aurora and Marathon. These frameworks allow users to submit jobs and implement scheduling logic. They depend on Mesos for resource management, and external