Skip to content

Commit

Permalink
fix messenger README bug
Browse files Browse the repository at this point in the history
  • Loading branch information
homerchen19 committed Oct 26, 2017
1 parent d6a39b5 commit 474817f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/messaging-api-messenger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,7 @@ Retrieves the current value of one or more Messenger Profile properties by name.

Param | Type | Description
------ | --------------- | -----------
fields | `Array<String>` | Value must be among `account_linking_url | persistent_menu | get_started | greeting | whitelisted_domains | payment_settings | target_audience | home_url`.
fields | `Array<String>` | Value must be among `account_linking_url`, `persistent_menu`, `get_started`, `greeting`, `whitelisted_domains`, `payment_settings`, `target_audience`, `home_url`.

Example:
```js
Expand Down Expand Up @@ -1312,7 +1312,7 @@ Deletes one or more Messenger Profile properties. Only properties specified in t

Param | Type | Description
------ | --------------- | -----------
fields | `Array<String>` | Value must be among `account_linking_url | persistent_menu | get_started | greeting | whitelisted_domains | payment_settings | target_audience | home_url`.
fields | `Array<String>` | Value must be among `account_linking_url`, `persistent_menu`, `get_started`, `greeting`, `whitelisted_domains`, `payment_settings`, `target_audience`, `home_url`.

Example:
```js
Expand Down

0 comments on commit 474817f

Please sign in to comment.