Skip to content

Commit fb03eea

Browse files
committed
typo
Signed-off-by: bota <Bota@dotkernel.com>
1 parent 4b49ff6 commit fb03eea

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/book/v1/how-to/communication-with-queue.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# COMUNICATE WITH QUEUE
1+
# COMMUNICATE WITH QUEUE
22

33
Communication with the [`Dotkernel Queue`](https://github.com/dotkernel/queue) can be achieved in two different ways: procedural and object-oriented.
44

@@ -10,8 +10,8 @@ The main advantage of the procedural code is its simplicity, it directly connect
1010
// collect the PAYLOAD that will be sent to Dotkernel Queue
1111
$data = $anyTypeOfData;
1212

13-
// open TCP connection to Dotkernel Queue
14-
// replace localhost with the IP of the Dotkernel Queue
13+
// open TCP connection to Dotkernel Queue server
14+
// replace localhost with the IP of the Dotkernel Queue server
1515
// replace 8556 with the port number
1616
$client = stream_socket_client("tcp://localhost:8556", $errno, $errstr, 30);
1717

0 commit comments

Comments
 (0)