From 41283b0bb3fe72687d994f95881a416efd871c6e Mon Sep 17 00:00:00 2001 From: Nedyalko Nikolov Date: Tue, 28 Apr 2015 16:03:36 +0300 Subject: [PATCH] Replace local settings with application settings in snippets. --- apps/tests/application-settings-tests.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"); // ```