Skip to content

Commit a5f49f9

Browse files
committed
Update doc
1 parent a1879a2 commit a5f49f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If you want to use this, please note that the image size must be 230 x 52.
3131
## `default_group`
3232
When [documenting your api](documenting.md), you use `@group` annotations to group API endpoints. Endpoints which do not have a ggroup annotation will be grouped under the `default_group`. Defaults to **"general"**.
3333

34-
## example_languages
34+
## `example_languages`
3535
For each endpoint, an example request is shown in each of the languages specified in this array. Currently only `bash`, `javascript` and `php` are supported. You can add your own language, but you must also define the corresponding view (see [Specifying languages for examples](generating-documentation.html#specifying-language-for-examples)). Default: `["bash", "javascript"]`
3636

3737
## `faker_seed`

0 commit comments

Comments
 (0)