akka/akka-http

Typo in https://doc.akka.io/docs/akka-http/current/routing-dsl/index.html#longer-example

Open

#2,711 opened on Sep 13, 2019

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Scala (598 forks)batch import
1 - triagedhelp wantedt:docs

Repository metrics

Stars
 (1,311 stars)
PR merge metrics
 (Avg merge 1d 10h) (2 merged PRs in 30d)

Description

There is a typo in a string in: https://doc.akka.io/docs/akka-http/current/routing-dsl/index.html#longer-example

in the line:

(put | parameter('method ! "put")) {

that causes colorization to be wrong.

Contributor guide