Merge "Fix a typo in the rst file"

This commit is contained in:
Jenkins 2016-08-05 21:27:14 +00:00 committed by Gerrit Code Review
commit 89ae1f9315

View File

@ -45,7 +45,7 @@ Telnet Example
Body: Body:
# Determine the environment to which the application belongs. # Determine the environment to which the application belongs.
# This message will be stored in deployment logs and available in UI # This message will be stored in deployment logs and available in UI
- $this.find(std:Environment).reporter.report($this, 'Creating VM for Telnet instace.') - $this.find(std:Environment).reporter.report($this, 'Creating VM for Telnet Instance.')
# Deploy VM # Deploy VM
- $.instance.deploy() - $.instance.deploy()
- $this.find(std:Environment).reporter.report($this, 'Instance is created. Setup Telnet service.') - $this.find(std:Environment).reporter.report($this, 'Instance is created. Setup Telnet service.')