diff --git a/apps/tests/application-settings-tests.ts b/apps/tests/application-settings-tests.ts index 20fab911f..de41e0cd1 100644 --- a/apps/tests/application-settings-tests.ts +++ b/apps/tests/application-settings-tests.ts @@ -1,6 +1,6 @@ // -// # Local Settings -// Using local settings methods requires to load "local settings" module. +// # Application Settings +// Using application settings methods requires to load "application settings" module. // ``` JavaScript var appSettings = require("application-settings"); // ```