Skip to content

Commit 5bf2504

Browse files
authored
Fix typo in README.md (#967)
Just noticed a small typo in the documentation, so I fixed it 👍
1 parent 1dd0ce3 commit 5bf2504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Codecov's Action supports inputs from the user. These inputs, along with their d
6969
| `gcov_include` | Paths to include during gcov gathering | Optional
7070
| `gcov_executable` | gcov executable to run. Defaults to gcov. | Optional
7171
| `name` | Custom defined name for the upload | Optional
72-
| `network_filer` | Specify a filter on the files listed in the network section of the Codecov report. Useful for upload-specific path fixing | Optional
72+
| `network_filter` | Specify a filter on the files listed in the network section of the Codecov report. Useful for upload-specific path fixing | Optional
7373
| `network_prefix` | Specify a prefix on files listed in the network section of the Codecov report. Useful to help resolve path fixing | Optional
7474
| `os` | Specify the OS (linux, macos, windows, alpine) | Optional
7575
| `override_branch` | Specify the branch name | Optional

0 commit comments

Comments
 (0)