From 1e89840ef06e748d47b8bef7204ed547ab5ef21a Mon Sep 17 00:00:00 2001 From: taiebot Date: Wed, 8 Apr 2026 21:01:45 +0200 Subject: [PATCH] Fix for calling the API correctly See https://github.com/nextcloud/calendar/commit/fa360d688880e5dcc39494ad0ab286d106b89116 Signed-off-by: taiebot --- developer_manual/digging_deeper/config/userconfig.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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