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