Skip to content

Commit

Permalink
Fixed section level in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtronics committed Apr 27, 2024
1 parent 6a0aa27 commit df7155b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/using_setting.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ $settingsManager->resetToDefaultValues($settings);
$settingsManager->save($settings);
```

### Retrieving temporary settings copies
## Retrieving temporary settings copies

One downside that the settings instances provided by the SettingsManager are shared between all parts of your application, is that changes immediately affect all parts of your application. If you set a parameter to an invalid parameter, it might break other parts of your application, which rely on the settings instance.

Expand Down

0 comments on commit df7155b

Please sign in to comment.