From 8a6579ef4d603bae725052f4b6e464f7a08da03a Mon Sep 17 00:00:00 2001 From: afischerdev Date: Sat, 22 Apr 2023 15:09:34 +0200 Subject: [PATCH] error correction --- docs/developers/android_service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developers/android_service.md b/docs/developers/android_service.md index adec880..52159a7 100644 --- a/docs/developers/android_service.md +++ b/docs/developers/android_service.md @@ -42,5 +42,5 @@ This parameters are needed to tell BRouter what to do. ### profile parameter Profile parameters affect the result of a profile. -For the app it is a list of params concated by '&'. E.g. extraParams=avoidferry=1&avoidsteps=0 +For the app it is a list of params concatenated by '&'. E.g. extraParams=avoidferry=1&avoidsteps=0 The server calls profile params by a prefix 'profile:'. E.g. ...&profile:avoidferry=1&profile:avoidsteps=0