Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkonidas committed Sep 7, 2024
1 parent eff2912 commit 7729c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plexus_web/controllers/api/v1/schemas/score.ex
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule PlexusWeb.API.V1.Schemas.Score do
type: :object,
properties: %{
rating_type: %Schema{type: :string, description: "Rating Type", enum: ["micro_g", "native"]},
numenator: %Schema{type: :number, description: "Numenator"},
numerator: %Schema{type: :number, description: "Numerator"},
denominator: %Schema{type: :integer, description: "Denominator"},
total_count: %Schema{type: :string, description: "Total count of ratings"}
},
Expand Down

0 comments on commit 7729c0d

Please sign in to comment.