Skip to content

Commit

Permalink
fixed spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
jpswinski committed Oct 16, 2023
1 parent 65b0395 commit 5d5d429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rtd/source/user_guide/Private-Clusters.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ sliderule.scaleout(desired_nodes=5, time_to_live=60) # request and wait for 5 no

## Troubleshooting

* **Version Incompatibilities**: Private clusters run a pinned version of the sliderule server code which is deteremined by the owner of the cluster. If your client is on a different version than the server, please work with the owner of your cluster to resolve which client version you should be running. Note that version incompatibilities will be reported by the client on initialization like so:
* **Version Incompatibilities**: Private clusters run a pinned version of the sliderule server code which is determined by the owner of the cluster. If your client is on a different version than the server, please work with the owner of your cluster to resolve which client version you should be running. Note that version incompatibilities will be reported by the client on initialization like so:
```
RuntimeError: Client (version (4, 0, 2)) is incompatible with the server (version (3, 7, 0))
```
Expand Down

0 comments on commit 5d5d429

Please sign in to comment.