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 dd3b5cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
Original file line number Diff line number Diff line change
Expand Up @@ -1363,7 +1363,7 @@ describe('chat extension home URL', () => {
});
});

it('should response null when data is an emoty array', async () => {
it('should response null when data is an empty array', async () => {
const { client, mock } = createMock();

const reply = {
Expand Down

0 comments on commit dd3b5cb

Please sign in to comment.