fixed typo

This commit is contained in:
Wyatt Johnson
2017-09-05 09:45:31 -06:00
parent 0b1e95e66d
commit 7b27feee96
2 changed files with 3 additions and 3 deletions
@@ -302,7 +302,7 @@ const fragments = {
questionBoxEnable
questionBoxContent
questionBoxIcon
closeTimeout
closedTimeout
closedMessage
charCountEnable
charCount
+2 -2
View File
@@ -1171,9 +1171,9 @@ input UpdateSettingsInput {
# customCssUrl is the URL of the custom CSS used to display on the frontend.
customCssUrl: String
# closeTimeout is the amount of seconds from the created_at timestamp that a
# closedTimeout is the amount of seconds from the created_at timestamp that a
# given asset will be considered closed.
closeTimeout: Int
closedTimeout: Int
# closedMessage is the message shown to the user when the given Asset is
# closed.