Skip to content

The docs for inets httpd spell mod_responsecontrol as mod_response_control #10785

@bugnano

Description

@bugnano

Describe the bug
The docs for inets httpd (https://www.erlang.org/doc/apps/inets/http_server.html#mod_response_control-requests-with-if-headers) describe a module named mod_response_control, however the correct module name is mod_responsecontrol.

This spelling error is important, because the wrong spelling of the module name results in a runtime error.

{:error, {:invalid_option, {:module_does_not_exist, :mod_response_control}}}

Affected versions
At least the docs for inets v9.5 (which is the current latest version of the docs)

Metadata

Metadata

Assignees

Labels

bugIssue is reported as a bugteam:PSAssigned to OTP team PS

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions