Skip to content

Commit c2603e0

Browse files
Update the display text to match expectations
The tutorial text states that the `--lang en` option will be passed but the generated example doesn't show that.
1 parent e0ddd01 commit c2603e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/markdown/tutorial/part-1/01-orientation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Hack: make an empty package.json to convince ember-cli we are really not in an E
4646
# pretend we are running NPM.
4747
4848
#[cfg(all(ci, unix))]
49-
#[display(ember new super-rentals)]
49+
#[display(ember new super-rentals --lang en)]
5050
ember new super-rentals --lang en --yarn \
5151
| awk '{ gsub("Yarn", "npm"); gsub("yarn", "npm"); print }'
5252

0 commit comments

Comments
 (0)