Skip to content

Commit

Permalink
Add some commas suggested by the Rabbit.
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkrodrigues committed Dec 19, 2024
1 parent bd9f3f7 commit f33d8c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ completed task (or `TaskGraph`) in a Spider cluster.
# Building the client
The client can be compiled like any normal C++ application except that we need to link it to the
The client can be compiled like any normal C++ application, except that we need to link it to the
Spider client library. To do so, add the following to `CMakeLists.txt`:
```cmake
Expand Down Expand Up @@ -318,7 +318,7 @@ storage backend URL in the command.

# Next steps

In future guides, we'll explain how to write more complex tasks as well as how to leverage Spider's
In future guides, we'll explain how to write more complex tasks, as well as how to leverage Spider's
support for fault tolerance.

[Docker]: https://docs.docker.com/engine/install/
Expand Down

0 comments on commit f33d8c8

Please sign in to comment.