Skip to content
Open
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ require 'path/to/hello_world_workflow'
Temporal.start_workflow(HelloWorldWorkflow)
```

Congratulation you've just created and executed a distributed workflow!
Congratulations! You've just created and executed a distributed workflow!

To view more details about your execution, point your browser to
<http://localhost:8088/namespace/ruby-samples/workflows?range=last-3-hours&status=CLOSED>.
Expand Down Expand Up @@ -165,7 +165,7 @@ end

### Combining Credentials

To configure both SSL and OAuth2 token cedentials use `compose` method:
To configure both SSL and OAuth2 token credentials use `compose` method:

```ruby
Temporal.configure do |config|
Expand Down