Skip to content

Commit e3990e7

Browse files
committed
Typo.
1 parent b0c8211 commit e3990e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Run the script from the directory of the git repository you want to inspect.
2424

2525
`../phpcs-diff/bin/phpcs-diff [options]`
2626

27-
Fuctionality options:
27+
Functionality options:
2828

2929
- `--start_revision=<arg>`: First (older) revision number/commit hash.
3030
- `--end_revision=<arg>`: Second (newer) revision number/commit hash. If this argument is not provided, unstaged
@@ -33,6 +33,7 @@ Fuctionality options:
3333
- `--standard[=<arg>]`: Name of the phpcs standard to use, for example: WordPress, WordPress-VIP, WordPress-Core,
3434
WordPress-Docs, WordPress-Extra, [VariableAnalysis](https://github.com/sirbrillig/phpcs-variable-analysis) or Toolset.
3535
It can also be a path to the configuration file, e.g. `./phpcsdiff.xml`.
36+
3637
If you omit this argument, a [default configuration file](https://github.com/squizlabs/PHP_CodeSniffer/wiki/Advanced-Usage#using-a-default-configuration-file)
3738
will be used.
3839
- `--sniff_unstaged`: Inspect unstaged changes in the working directory against the latest commit (HEAD). `--start_revision` and `--end_revision` will be ignored in this case.

0 commit comments

Comments
 (0)