Skip to content

Commit

Permalink
Merge pull request #152 from Fleuronic/readme-typos
Browse files Browse the repository at this point in the history
Fix typos in READMEs
  • Loading branch information
jamieQ authored Sep 6, 2022
2 parents 7c2c76b + 6b86ead commit 6d098bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies: [
In Xcode 11+, add Workflow directly as a dependency to your project with
`File` > `Swift Packages` > `Add Package Dependency...`. Provide the git URL when prompted: `[email protected]:square/workflow-swift.git`.

### Cocoapods
### CocoaPods

[![CocoaPods compatible](https://img.shields.io/cocoapods/v/Workflow.svg)](https://cocoapods.org/pods/Workflow)

Expand Down
2 changes: 1 addition & 1 deletion Samples/Tutorial/Tutorial4.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A gap in the usability of the todo app is that it does not let the user create n

The `TodoListWorkflow` has started to grow and has multiple concerns it's handling — specifically all of the `ListScreen` behavior, as well as the actions that can come from the `TodoEditWorkflow`.

When a single workflow seems to be doing too many things, a common pattern is to extract some of its responsibilty into a parent.
When a single workflow seems to be doing too many things, a common pattern is to extract some of its responsibility into a parent.

### TodoWorkflow

Expand Down

0 comments on commit 6d098bd

Please sign in to comment.