This is an automated email from the ASF dual-hosted git repository.

andreww pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new a91783f  Update view-states.md
a91783f is described below

commit a91783f522068a7dffa0803cf31faac7b54ba2bc
Author: Andrew Wetmore <[email protected]>
AuthorDate: Mon Jan 3 16:35:47 2022 -0400

    Update view-states.md
---
 features/view-states.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/features/view-states.md b/features/view-states.md
index d28b365..164b2e1 100644
--- a/features/view-states.md
+++ b/features/view-states.md
@@ -16,13 +16,13 @@
 
 layout: docpage
 title: View States
-description: Page-level state management for show diferent parts to the user
+description: State-related management of the UI
 permalink: /features/view-states
 ---
 
 # View States
 
-Page-level state management to manage UI display
+State-related management of the UI
 
 The View States feature is a way of putting different filters over parts of 
your application so that different things appear depending on what the app is 
doing, what permissions the user has, what the user just did, or some other 
condition. You create a series of “states” and associate components of your 
application with one or more of the states. When the current state of the 
application is "loggedIn", for example, the user only sees components and 
containers set to be visible in the "l [...]
 

Reply via email to