From 62d40f266f7fbb5798d457628f407901993d5c54 Mon Sep 17 00:00:00 2001
From: mikenobbs <45309438+mikenobbs@users.noreply.github.com>
Date: Mon, 26 Dec 2022 17:13:39 +0000
Subject: [PATCH] Update emmy.md
Corrected typo
---
docs/defaults/award/emmy.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/defaults/award/emmy.md b/docs/defaults/award/emmy.md
index 3cfbd94f..84649f2a 100644
--- a/docs/defaults/award/emmy.md
+++ b/docs/defaults/award/emmy.md
@@ -36,7 +36,7 @@ All [Shared Collection Variables](../collection_variables) are available as well
| Variable | Description & Values |
|:---------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| `use_year_collections` | **Description:** Turn the individual year collections off.
**Values:** `false` to turn of the collections |
+| `use_year_collections` | **Description:** Turn the individual year collections off.
**Values:** `false` to turn off the collections |
| `sync_mode` | **Description:** Changes the Sync Mode for all collections in a Defaults file.
**Default:** `sync`
**Values:**
`sync` | Add and Remove Items based on Builders |
`append` | Only Add Items based on Builders |
|
| `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the specified key's collection.
**Default:** `sync_mode`
**Values:**`sync` | Add and Remove Items based on Builders |
`append` | Only Add Items based on Builders |
|
| `collection_order` | **Description:** Changes the Collection Order for all collections in a Defaults file.
**Default:** `custom`
**Values:**`release` | Order Collection by Release Dates |
`alpha` | Order Collection Alphabetically |
`custom` | Order Collection Via the Builder Order |
[Any `plex_search` Sort Option](../../metadata/builders/plex.md#sort-options) | Order Collection by any `plex_search` Sort Option |
|