fix(docs): add missing closing code-quote
https://github.com/mozilla/fxa-auth-server/pull/2413 r=philbooth
This commit is contained in:
Родитель
7793de3cde
Коммит
0204096257
|
@ -372,7 +372,7 @@ those common validations are defined here.
|
||||||
#### lib/devices
|
#### lib/devices
|
||||||
|
|
||||||
* `schema`: {
|
* `schema`: {
|
||||||
* `id: isA.string.length(32).regex(HEX_STRING)
|
* `id`: isA.string.length(32).regex(HEX_STRING)
|
||||||
* `location`: isA.object({ city: isA.string.optional.allow(null)
|
* `location`: isA.object({ city: isA.string.optional.allow(null)
|
||||||
* `country`: isA.string.optional.allow(null)
|
* `country`: isA.string.optional.allow(null)
|
||||||
* `state`: isA.string.optional.allow(null)
|
* `state`: isA.string.optional.allow(null)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче