Skip to content

Commit

Permalink
fix: update cluser to cluster (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
w3b6x9 authored Oct 6, 2023
1 parent d7e6390 commit a26de31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/realtime/user_counter.ex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
defmodule Realtime.UsersCounter do
@moduledoc """
Counts of connected clients for a tenant across the whole cluser or for a single node.
Counts of connected clients for a tenant across the whole cluster or for a single node.
"""
require Logger

Expand Down
2 changes: 1 addition & 1 deletion lib/realtime_web/open_api_schemas.ex
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ defmodule RealtimeWeb.OpenApiSchemas do
example: %{
healthy: true,
db_connected: true,
connected_cluser: 10
connected_cluster: 10
}
})
end
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Realtime.MixProject do
def project do
[
app: :realtime,
version: "2.24.0",
version: "2.24.1",
elixir: "~> 1.14.0",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit a26de31

Please sign in to comment.