diff --git a/developer_manual/digging_deeper/config/userconfig.rst b/developer_manual/digging_deeper/config/userconfig.rst index b50e66d7bc8..cc21ba99ea8 100644 --- a/developer_manual/digging_deeper/config/userconfig.rst +++ b/developer_manual/digging_deeper/config/userconfig.rst @@ -106,7 +106,7 @@ Retrieving the configuration value will require to specify the fact that it is s Consuming the UserConfig API ---------------------------- -To consume the API, you first need to :ref:`inject` ``\OCP\IUserConfig`` +To consume the API, you first need to :ref:`inject` ``\OCP\Config\IUserConfig`` Storing a config value