Exhaustive create/update event tests

This commit is contained in:
Chocobozzz
2019-09-16 15:11:43 +02:00
committed by Thomas Citharel
parent 9b6eadde54
commit 5520e2e5f9
2 changed files with 89 additions and 19 deletions

View File

@@ -20,7 +20,7 @@ defmodule MobilizonWeb.Schema.CommentType do
@desc "The list of visibility options for a comment"
enum :comment_visibility do
value(:public, description: "Publically listed and federated. Can be shared.")
value(:public, description: "Publicly listed and federated. Can be shared.")
value(:unlisted, description: "Visible only to people with the link - or invited")
value(:private,