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
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ Telnet Example
Body:
# Determine the environment to which the application belongs.
# 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
- $.instance.deploy()
- $this.find(std:Environment).reporter.report($this, 'Instance is created. Setup Telnet service.')