Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos in READMEs #152

Merged
merged 1 commit into from
Sep 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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