Skip to content

Commit

Permalink
Merge pull request #305 from temporalio/EDU-3013
Browse files Browse the repository at this point in the history
EDU-3088: Correct verb "setup" to "set up"
  • Loading branch information
fairlydurable authored Sep 5, 2024
2 parents fe5d94c + e1b5cfb commit 82cd41a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tutorials/java/background-check/project-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,7 @@ easily test long-running Workflows in seconds, without having to change your Wor
You can use the provided testing environments with a Java unit testing framework
of your choice, such as JUnit. This guide will use JUnit 5.
### Setup testing dependencies
### Set up testing dependencies
To start using the Java SDK test framework, you need to add [`io.temporal:temporal-testing`](https://search.maven.org/artifact/io.temporal/temporal-testing)
as a dependency to your project:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Under Settings in the navigation bar, select **Socket Mode** and toggle ON socke

![Enable Socket Mode](./images/enable-sockets.png)

Socket Mode means that we don't have to setup and expose a HTTP server to receive events from Slack.
Socket Mode means that we don't have to set up and expose a HTTP server to receive events from Slack.
When you enable **Socket Mode**, Slack gives you an application token that you will need when you start the app.
This token will typically start with `xapp`.
It is located under **App-Level Tokens** in **Basic Information**.
Expand Down

0 comments on commit 82cd41a

Please sign in to comment.