Skip to content

Commit 755b79d

Browse files
committed
Advanced-Usage: fix typos
1 parent 3f591a0 commit 755b79d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

wiki/Advanced-Usage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -334,13 +334,13 @@ Array
334334
<p align="right"><a href="#table-of-contents">back to top</a></p>
335335

336336

337-
## Printing Verbose Tokeniser Output
337+
## Printing Verbose Tokenizer Output
338338

339339
This feature is provided for debugging purposes only. Using this feature will dramatically increase screen output and script running time.
340340

341-
PHP_CodeSniffer contains multiple verbosity levels. Level 2 (indicated by the command line argument `-vv`) will print all verbosity information for level 1 (file specific token and line counts with running times) as well as verbose tokeniser output.
341+
PHP_CodeSniffer contains multiple verbosity levels. Level 2 (indicated by the command line argument `-vv`) will print all verbosity information for level 1 (file specific token and line counts with running times) as well as verbose tokenizer output.
342342

343-
The output of the PHP_CodeSniffer tokeniser shows the step-by-step creation of the scope map and the level map.
343+
The output of the PHP_CodeSniffer tokenizer shows the step-by-step creation of the scope map and the level map.
344344

345345
### The Scope Map
346346

@@ -439,7 +439,7 @@ The level map is most commonly used to determine indentation rules (e.g., a toke
439439

440440
This feature is provided for debugging purposes only. Using this feature will dramatically increase screen output and script running time.
441441

442-
PHP_CodeSniffer contains multiple verbosity levels. Level 3 (indicated by the command line argument `-vvv`) will print all verbosity information for level 1 (file specific token and line counts with running times), level 2 (tokeniser output) as well as token processing output with sniff running times.
442+
PHP_CodeSniffer contains multiple verbosity levels. Level 3 (indicated by the command line argument `-vvv`) will print all verbosity information for level 1 (file specific token and line counts with running times), level 2 (tokenizer output) as well as token processing output with sniff running times.
443443

444444
The token processing output is best explained with an example. For the following file:
445445

0 commit comments

Comments
 (0)