Skip to content

Commit c9d0959

Browse files
BenSapiensRyanZim
authored andcommitted
i.e. to e.g. (postcss#236)
1 parent d768037 commit c9d0959

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ If no input files are passed, it reads from stdin. If neither -o, --dir, or
6767
6868
If there are multiple input files, the --dir or --replace option must be passed.
6969
70-
Input files may contain globs (ie: src/**/*.css). If you pass an input directory, it will process
70+
Input files may contain globs (e.g. src/**/*.css). If you pass an input directory, it will process
7171
all files in the directory and any subdirectories, respecting the glob pattern.
7272
```
7373

lib/args.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Usage:
134134
135135
If there are multiple input files, the --dir or --replace option must be passed.
136136
137-
Input files may contain globs (ie: src/**/*.css). If you pass an input directory, it will process all files in the directory and any subdirectories, respecting the glob pattern.
137+
Input files may contain globs (e.g. src/**/*.css). If you pass an input directory, it will process all files in the directory and any subdirectories, respecting the glob pattern.
138138
139139
For more details, please see https://github.com/postcss/postcss-cli`
140140
).argv

0 commit comments

Comments
 (0)