Skip to content

Commit df270f5

Browse files
committed
correct typos
1 parent e6812d0 commit df270f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/jblond/Diff/Renderer/MainRendererAbstract.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ abstract class MainRendererAbstract
3636
* - deleteMarkers Markers for removed text.
3737
* - insertMarkers Markers for inserted text.
3838
* - equalityMarkers Markers for unchanged and changed lines.
39-
* - insertColors Fore- and background color for inserted text. Only when cloColor = true.
40-
* - deleteColors Fore- and background color for removed text. Only when cloColor = true.
39+
* - insertColors Fore- and background color for inserted text. Only when cliColor = true.
40+
* - deleteColors Fore- and background color for removed text. Only when cliColor = true.
4141
*/
4242
protected $mainOptions = [
4343
'tabSize' => 4,

0 commit comments

Comments
 (0)