Browse Source

docs: updates README.md

e22m4u 2 days ago
parent
commit
793841a1c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -75,7 +75,7 @@ const {projectData} = require('@e22m4u/js-data-projection');
 {
 {
   password: { // настройки поля password
   password: { // настройки поля password
     select: false,  // поле password недоступно по умолчанию
     select: false,  // поле password недоступно по умолчанию
-    scopes: {       // настройки для различных областей
+    scopes: {       // настройки для областей проекции
       input: true,     // поле доступно для области 'input'
       input: true,     // поле доступно для области 'input'
       output: false    // но скрыто для области 'output'
       output: false    // но скрыто для области 'output'
     }
     }