Skip to content

Typo in rest.client.adoc: extraneous semicolon in read-timeout value #49305

@giyeon95

Description

@giyeon95

In the rest.client.adoc documentation, the YAML example for HTTP client
configuration contains a trailing semicolon in the read-timeout value.

Current:

read-timeout: 2s;

Expected:

read-timeout: 2s

The semicolon is not valid YAML syntax and could cause confusion
or errors when users copy the example.

I'd be happy to submit a PR to fix this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: supersededAn issue that has been superseded by another

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions