From 71f700c6d19b30457e175066d7fe7f904299c771 Mon Sep 17 00:00:00 2001 From: Corey Hobbs <4432363+chobberoni@users.noreply.github.com> Date: Wed, 4 Dec 2019 13:14:00 -0500 Subject: [PATCH] updating semantics on "three" Changed "three categories" to "these primary categories" as there are now 5 core categories. --- reference/uxp/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/uxp/index.md b/reference/uxp/index.md index 8e1e06028..23a028569 100644 --- a/reference/uxp/index.md +++ b/reference/uxp/index.md @@ -1,9 +1,9 @@ # Unified Extensibility Platform (UXP) -Unified Extensibility Platform (UXP) is a new extensibility architecture that provides commonly used APIs across different Creative Cloud applications. These common APIs include File I/O, Network I/O, and a User Interface layer. In this API reference docs, we organized UXP APIs into three categories: +Unified Extensibility Platform (UXP) is a new extensibility architecture that provides commonly used APIs across different Creative Cloud applications. These common APIs include File I/O, Network I/O, and a User Interface layer. In this API reference docs, we organized UXP APIs into these primary categories: - [Network](/reference/uxp/network-index.md) - [Storage](/reference/uxp/storage-index.md) - [Shell](/reference/uxp/module/shell.md) - [OS](/reference/uxp/module/os.md) -- [UI](/reference/uxp/ui-index.md) \ No newline at end of file +- [UI](/reference/uxp/ui-index.md)