Skip to content

Commit 2f12070

Browse files
committed
readme
1 parent e955466 commit 2f12070

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ By default objects are cloned using deep cloning method.
8686
This behavior can be customized in order to speed up test execution by preventing some objects from cloning or switching to shallow cloning using `clone` operator.
8787
Some properties can be ignored from cloning using either global or local config settings.
8888

89-
### Global
89+
### Global Configuration
9090

9191
Cloning configuration can be set globally
9292

@@ -99,7 +99,7 @@ Codeception\Specify\Config::setIgnoredProperties(['user', 'repository']);
9999

100100
See complete [reference](https://github.com/Codeception/Specify/blob/master/docs/GlobalConfig.md).
101101

102-
### Local
102+
### Local Configuration
103103

104104
Configuring can be done locally per test case
105105

0 commit comments

Comments
 (0)