We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e96ea12 commit 89b083fCopy full SHA for 89b083f
src/groundlight/edge/api.py
@@ -7,7 +7,7 @@
7
from groundlight.edge.config import EdgeEndpointConfig
8
9
_EDGE_METHOD_UNAVAILABLE_HINT = (
10
- "Make sure the client is pointed at a running edge endpoint "
+ "Make sure the client is pointed at a running Edge Endpoint "
11
"(via GROUNDLIGHT_ENDPOINT env var or the endpoint= constructor arg)."
12
)
13
0 commit comments