Updated Config documentation

This commit is contained in:
Dominic Grimm 2022-02-07 20:26:29 +01:00
parent 57fffc1113
commit 51a6c5e5ea

View file

@ -75,7 +75,7 @@ module Backend
# Helper method for enabling GraphQL playground
#
# Returns `true` if `Config#development?` or `graphql_playground` are
# Returns `true` if `Config#development?` or `#graphql_playground` are
def graphql_playground_fully_enabled? : Bool
Backend.config.development? || graphql_playground
end