diff --git a/web/docs/storage.md b/web/docs/storage.md index bdd1b2c2f..d01654b23 100644 --- a/web/docs/storage.md +++ b/web/docs/storage.md @@ -10,10 +10,10 @@ The data in local storage is tied to the Document's origin (scheme + host). Some things that get stored here are: -* Details about the logged in user, in particular their user id and a auth token - we can use to make API calls on their behalf. +- Details about the logged in user, in particular their user id and a auth + token we can use to make API calls on their behalf. -* Various user preferences +- Various user preferences ## Session Storage