Skip to content

Commit 1668624

Browse files
Merge branch 'live' into stable
2 parents c5ea483 + 0a3b133 commit 1668624

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

site/css/rabbit.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ body, table {
3131
letter-spacing: 0.01em;
3232
font-weight: 400;
3333
background: white;
34-
-webkit-font-smoothing: antialiased;
35-
-moz-osx-font-smoothing: grayscale;
34+
/*-webkit-font-smoothing: antialiased;*/
35+
/*-moz-osx-font-smoothing: grayscale;*/
3636
}
3737

3838
body {

site/ha.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ limitations under the License.
5555
and secondary replicas in a distributed system. This guide
5656
typically uses "master" to refer to the primary replica of a
5757
queue and "mirror" for secondary replicas. However, you
58-
will find "slave" used here in there. This is because
58+
will find "slave" used here and there. This is because
5959
RabbitMQ CLI tools historically have been using the term
6060
"slave" to refer to secondaries. Therefore both terms are
6161
currently used interchangeably but we'd like to eventually

site/tutorials/tutorial-five-go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ func main() {
317317
}()
318318

319319
log.Printf(" [*] Waiting for logs. To exit press CTRL+C")
320-
<forever
320+
<-forever
321321
}
322322
</pre>
323323

site/tutorials/tutorial-four-go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ func main() {
475475
}()
476476

477477
log.Printf(" [*] Waiting for logs. To exit press CTRL+C")
478-
&lt;forever
478+
&lt;-forever
479479
}
480480
</pre>
481481

0 commit comments

Comments
 (0)