Skip to content

Commit ec3e93f

Browse files
authored
Update tutorial_developer_workflows.rst (#422)
Remove apostrophes creating format breaks in console blocks
1 parent c34a039 commit ec3e93f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tutorial_developer_workflows.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,12 +333,12 @@ The additional features of the install command are unnecessary when tightly iter
333333
$ spack build-env scr -- bash
334334
# Shell wrappers didn't propagate to the subshell
335335
$ source $SPACK_ROOT/share/spack/setup-env.sh
336-
# Let's look at navigation features
336+
# Lets look at navigation features
337337
$ spack cd --help
338338
$ spack cd -c scr
339339
$ touch src/scr_copy.c
340340
$ spack cd -b scr
341-
# Let's look at what's here
341+
# Lets look at whats here
342342
$ ls
343343
# Build and run tests
344344
$ make -j2

0 commit comments

Comments
 (0)