Skip to content

Commit

Permalink
Fix typo in documentation (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
markszente committed Aug 13, 2023
1 parent 4cd14d0 commit a5a6ad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docs/Getting Started Guide.md
Expand Up @@ -209,8 +209,8 @@ override func viewWillAppear(animated: Bool) {

// subscribe when VC appears
// we are only interested in repository sub-state, filter it out of the overall state
store.subscribe(self) { subcription in
subcription.select { state in state.repositories }
store.subscribe(self) { subscription in
subscription.select { state in state.repositories }
}
}

Expand Down

0 comments on commit a5a6ad2

Please sign in to comment.