Skip to content

Commit

Permalink
Fixed a wrong spelling (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-xia authored May 12, 2020
1 parent 64d891f commit 109b411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AdaptiveCards/sdk/rendering-cards/ios/host-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ACOHostConfig *defaultConfig = [[ACHostConfig alloc] init];

## Render a card using host config

Rederer takes adaptive card and host config. HostConfig can be nil, and if nil, default value will be used.
Renderer takes adaptive card and host config. HostConfig can be nil, and if nil, default value will be used.

```objective-c
ACRRenderResult *renderResult;
Expand Down

0 comments on commit 109b411

Please sign in to comment.