Skip to content

Commit

Permalink
docs: Fix UIDs in queries. Rename Server to Alpha. (#2668)
Browse files Browse the repository at this point in the history
* Wiki: Fix typo and changed few missed uids.

* Wiki: Rename Server to Alpha in favor of #2667
  • Loading branch information
MichelDiz authored and danielmai committed Oct 18, 2018
1 parent 1300ed8 commit 119b1be
Show file tree
Hide file tree
Showing 5 changed files with 84 additions and 84 deletions.
2 changes: 1 addition & 1 deletion wiki/content/clients/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ documentation for the client API along with examples showing how to use it.
### Create the client

To create a client, dial a connection to Dgraph's external Grpc port (typically
9080). The following code snippet shows just one connection. You can connect to multiple Dgraph servers to distribute the workload evenly.
9080). The following code snippet shows just one connection. You can connect to multiple Dgraph alphas to distribute the workload evenly.

```go
func newClient() *dgo.Dgraph {
Expand Down
Loading

0 comments on commit 119b1be

Please sign in to comment.