Skip to content

Commit 9019cb1

Browse files
authored
Merge pull request Fechin#620 from MatiasFernandez/patch-1
Fix typo in sed.md
2 parents f887eb7 + 5bb7049 commit 9019cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_posts/sed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Replace only the nth occurrence of a string
159159
$ sed 's/old/new/2' file.txt
160160
```
161161

162-
Replace replace a string only on the 5th line
162+
Replace a string only on the 5th line
163163

164164
```shell script
165165
$ sed '5 s/old/new/' file.txt

0 commit comments

Comments
 (0)