Fix typo in Vagrantfile docs. [closes GH-58]

This commit is contained in:
Mitchell Hashimoto 2010-04-27 18:02:29 -07:00
parent 016749edfc
commit f5d740c510
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ object as its only parameter, and is automatically saved afterwards. Example:
{% highlight ruby %}
config.vm.customize do |vm|
vm.memory = 512
vm.memory_size = 512
vm.name = "My Project VM"
end
{% endhighlight %}