From e3dd105f43d23e30b97a44b47b43ecd87f19e192 Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Mon, 23 Nov 2020 12:55:39 -0500 Subject: [PATCH] update docs --- docs/launch-types.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/launch-types.md b/docs/launch-types.md index 608a03ba..3cdd9a9d 100644 --- a/docs/launch-types.md +++ b/docs/launch-types.md @@ -30,8 +30,8 @@ A `node`, also often just called a Bubble, is a regular Bubble that acts as a VP ### Cloud Services When it needs to use cloud services, a Bubble can either: - * delegate cloud services back to the launcher that created it (a "cloud Bubble") - * use the cloud services directly itself (a "standalone Bubble") + * Delegate the call back to its launcher (a "cloud Bubble") + * Call the cloud service directly (a "standalone Bubble") What are the pros/cons of each approach?