fix(docs): add missing closing code-quote

https://github.com/mozilla/fxa-auth-server/pull/2413
r=philbooth
This commit is contained in:
Omkar Yadav 2018-04-27 10:04:55 +05:30 коммит произвёл Phil Booth
Родитель 7793de3cde
Коммит 0204096257
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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)