Skip to content

Commit d8b6633

Browse files
authored
fix typos in blog post
1 parent 468f7e4 commit d8b6633

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/_posts/2017-04-27-building-skype-on-reactxp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ navigateToConversation(conversationId: string) {
7777
if (NavigationStateStore.isUsingStackNav()) {
7878
NavigationStateStore.pushNewStackContext(convContext);
7979
} else {
80-
NavgationStateStore.updateRightPanel(convContext);
80+
NavigationStateStore.updateRightPanel(convContext);
8181
}
8282
}
8383
```
@@ -99,7 +99,7 @@ The primary subscriber to the NavigationStateStore is a component called RootNav
9999
protected _buildState(/* params omitted */): RootNavigationViewState {
100100
return {
101101
isStackNav: NavigationStateStore.isUsingStackNav(),
102-
compositeNavContext: NavigationStateStore.getCompositeNavContext()
102+
compositeNavContext: NavigationStateStore.getCompositeNavContext(),
103103
stackNavContext: NavigationStateStore.getStackNavContext()
104104
};
105105
}

0 commit comments

Comments
 (0)