From 31c2ecc5179d426c4730b480b49284687d932295 Mon Sep 17 00:00:00 2001 From: Chris Langsenkamp Date: Sat, 21 Sep 2019 13:18:10 -0400 Subject: [PATCH] fixed PlayFab case --- doc/Components/Authenticators/PlayFab.md | 2 +- doc/Components/Authenticators/index.md | 2 +- doc/Components/Authenticators/toc.yml | 4 ++-- doc/Components/index.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/Components/Authenticators/PlayFab.md b/doc/Components/Authenticators/PlayFab.md index 2c1486554..ea41eb781 100644 --- a/doc/Components/Authenticators/PlayFab.md +++ b/doc/Components/Authenticators/PlayFab.md @@ -1,3 +1,3 @@ -# Playfab Authenticator +# PlayFab Authenticator Coming Soon diff --git a/doc/Components/Authenticators/index.md b/doc/Components/Authenticators/index.md index 97902807d..15fb666f4 100644 --- a/doc/Components/Authenticators/index.md +++ b/doc/Components/Authenticators/index.md @@ -15,7 +15,7 @@ In addition to the Authenticators listed below, you can make your own! Check out - [Basic Authenticator](Basic.md) Mirror includes a Basic Authenticator in the Mirror / Authenticators folder which just uses a simple username and password. -- [Playfab Authenticator](Playfab.md) +- [PlayFab Authenticator](PlayFab.md) Coming Soon - [Facebook Authenticator](Facebook.md) Coming Soon diff --git a/doc/Components/Authenticators/toc.yml b/doc/Components/Authenticators/toc.yml index f5758493c..acebbc96f 100644 --- a/doc/Components/Authenticators/toc.yml +++ b/doc/Components/Authenticators/toc.yml @@ -2,8 +2,8 @@ href: index.md - name: Basic Authenticator href: Basic.md -- name: Playfab Authenticator - href: Playfab.md +- name: PlayFab Authenticator + href: PlayFab.md - name: Facebook Authenticator href: Facebook.md - name: Google Authenticator diff --git a/doc/Components/index.md b/doc/Components/index.md index f151e6404..e99eb8c67 100644 --- a/doc/Components/index.md +++ b/doc/Components/index.md @@ -29,7 +29,7 @@ These core components are included in Mirror: - [Basic Authenticator](Authenticators/Basic.md) Mirror includes a Basic Authenticator in the Mirror / Authenticators folder which just uses a simple username and password. -- [Playfab Authenticator](Authenticators/Playfab.md) +- [PlayFab Authenticator](Authenticators/PlayFab.md) Coming Soon - [Facebook Authenticator](Authenticators/Facebook.md) Coming Soon