Skip to content

Commit 58ef8c7

Browse files
longrmr-c
authored andcommitted
Update 02-1st-example.md (#138)
Removed un-needed brackets around echo command.
1 parent 06a44be commit 58ef8c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/02-1st-example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ baseCommand: echo
6767
~~~
6868
{: .source}
6969

70-
The `baseCommand` provides the name of program that will actually run (`echo`). [`echo`] is a built-in program in the bash and
70+
The `baseCommand` provides the name of program that will actually run (`echo`). `echo` is a built-in program in the bash and
7171
C shells.
7272

7373
~~~

0 commit comments

Comments
 (0)