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)