From 41332b511c863c23b4198fd723dd95a2fbbb35d2 Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Fri, 11 Dec 2020 08:57:58 -0500 Subject: [PATCH] update doc comment --- Vagrantfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 9423fa27..f69b8d6b 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -35,8 +35,8 @@ # ### BUBBLE_VM_MEM # This is the number of MB of memory to allocate for the VirtualBox VM. # By default, this is set to 2048, thus Vagrantfile allocates 2GB of memory for the VM. -# You can build and Bubble with less memory, but if you go as low as 1024 (1GB) you may -# have problems building the entire codebase from scratch. +# You can build and run Bubble with less memory, but if you go as low as 1024 (1GB) you +# may have problems building the entire codebase from scratch. # Vagrant.configure("2") do |config|