Additional markdown adjustments

Summary:
Follow up to 9ec9567390
Closes https://github.com/facebook/react-native/pull/16759

Differential Revision: D6285219

Pulled By: hramos

fbshipit-source-id: 7012d257a5a6cff06cb2d94203a9379e4b7e3c4e
This commit is contained in:
Héctor Ramos
2017-11-09 09:47:50 -08:00
committed by Facebook Github Bot
parent ae5ef653cb
commit e11d496e9d
96 changed files with 2241 additions and 1130 deletions

View File

@@ -33,7 +33,7 @@ previous: pushnotificationios
### `get()`
```javascript
static get(key)
Settings.get(key)
```
@@ -43,7 +43,7 @@ static get(key)
### `set()`
```javascript
static set(settings)
Settings.set(settings)
```
@@ -53,7 +53,7 @@ static set(settings)
### `watchKeys()`
```javascript
static watchKeys(keys, callback)
Settings.watchKeys(keys, callback)
```
@@ -63,7 +63,7 @@ static watchKeys(keys, callback)
### `clearWatch()`
```javascript
static clearWatch(watchId)
Settings.clearWatch(watchId)
```