Skip to content

Commit fec8a0d

Browse files
committed
title case
1 parent 2a71882 commit fec8a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced/api/configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Each API instance can manage multiple projects. Each project has its own config,
1212

1313
Projects can be added with new config files, using this naming convention: `config/{my-project}.php`. Each project's config should point to a dedicated database and unique storage paths. Once configured, the API URL will be scoped to the project, eg: `https://api.example.com/my-project/collections`.
1414

15-
### Private / Public projects
15+
### Private / Public Projects
1616

1717
By default, the API will return all available projects in the API through the `/projects` endpoint. If you would like to prevent a project key from being returned in this endpoint, you can prepend the config file name with `private.` (for example `my-project.php` -> `private.my-project.php`).
1818

0 commit comments

Comments
 (0)