Fix typo in note about file path specifications.

This commit is contained in:
MrMonkeyface
2026-01-28 11:42:08 +05:30
committed by GitHub
parent 8f39f8a6bc
commit 5edab2f621
+1 -1
View File
@@ -196,4 +196,4 @@ The following example shows both a minimally defined and a fully defined server:
}
}
.. note:: If you're running pgAdmin in Server Mode, the values for parameters that require file paths should be specified relative to the user's home directory which is /<DATA_DIR>/storage/<user_id>/. If DATA_DIR is not specified, then it will /var/libe/pgadmin/storage/<user_id>/
.. note:: If you're running pgAdmin in Server Mode, the values for parameters that require file paths should be specified relative to the user's home directory which is /<DATA_DIR>/storage/<user_id>/. If DATA_DIR is not specified, then it will be /var/lib/pgadmin/storage/<user_id>/