From ddc5402d6ab8a24d2c7a4b16de7325ae6888fee4 Mon Sep 17 00:00:00 2001 From: John P Vajda Date: Mon, 5 Oct 2020 13:26:10 -0600 Subject: [PATCH] Removed extra s there was an extra s on users' so I removed it based on this: possessive singular: user's possessive plural: users' --- src/markdown-pages/explore-docs/nerdstorage.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/markdown-pages/explore-docs/nerdstorage.mdx b/src/markdown-pages/explore-docs/nerdstorage.mdx index 7bb1ca28e..611dd3e7e 100644 --- a/src/markdown-pages/explore-docs/nerdstorage.mdx +++ b/src/markdown-pages/explore-docs/nerdstorage.mdx @@ -24,7 +24,7 @@ To help you build a [New Relic One application](/use-cases/build-new-relic-one-a ## Use NerdStorage in your apps -NerdStorage is used to store and retrieve simple sets of data, including users's configuration settings and preferences (like favorites), or any other small data sets. This storage is unique per Nerdpack, and can't be shared with any other Nerdpack. +NerdStorage is used to store and retrieve simple sets of data, including users' configuration settings and preferences (like favorites), or any other small data sets. This storage is unique per Nerdpack, and can't be shared with any other Nerdpack. NerdStorage can be classified into three categories: