diff --git a/docs/reference/bluetooth/advertise-url.md b/docs/reference/bluetooth/advertise-url.md index 9a0a808d..edc54042 100644 --- a/docs/reference/bluetooth/advertise-url.md +++ b/docs/reference/bluetooth/advertise-url.md @@ -23,7 +23,7 @@ bluetooth.advertiseUrl("https://pxt.microbit.org/", 7); ### Parameters -* ``url`` - a [string](/reference/types/string) containing the URL to broadcast, at most 18 characters long +* ``url`` - a [string](/reference/types/string) containing the URL to broadcast, at most 17 characters long * ``power`` - a [number](/reference/types/number) representing the power level between 0 (short) and 7 (maximum range). ### Example: Broadcast a secret code @@ -38,4 +38,4 @@ bluetooth.advertiseUrl("https://pxt.io?secret=42", 7); ```package bluetooth -``` \ No newline at end of file +```