From d9e2de2e142fe1a79bd83064d8d9135ba44fd807 Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Tue, 10 Feb 2015 09:00:01 -0500 Subject: [PATCH] 5160: Fix typo in Workbench default config comments. --- apps/workbench/config/application.default.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/workbench/config/application.default.yml b/apps/workbench/config/application.default.yml index f43e8c6e09..54a1f2e4eb 100644 --- a/apps/workbench/config/application.default.yml +++ b/apps/workbench/config/application.default.yml @@ -191,7 +191,7 @@ common: # the maximum number of bytes to load in the log viewer log_viewer_max_bytes: 1000000 - # Set anonymous user token to enable anonymous user access. You can get + # Set anonymous_user_token to enable anonymous user access. You can get # the token by running "bundle exec ./script/get_anonymous_user_token.rb" - # in the directory where you API server is running. + # in the directory where your API server is running. anonymous_user_token: false -- 2.30.2