Skip to content

Commit 629bc28

Browse files
committed
Update note
1 parent 71ab4f4 commit 629bc28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/dev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ A few comments:
7272

7373
* For simple cases, [`sed`][sed-find-and-replace] may be faster.
7474
* If you encounter an error due to too many arguments, use `xargs`.
75-
* Be __very__ careful when applying a multi-file find and in-place replace. Perform dry-runs and confirm expected results on a small subset __before__ performing on many files. You have been __warned__.
75+
* Be __very__ careful when performing a multi-file find and in-place replace. Perform dry-runs and confirm expected results on a small file subset __before__ performing on many files. You have been __warned__.
7676

7777
</section>
7878

0 commit comments

Comments
 (0)