From b4666bb75e7a4df22ee5c145ba2598fccdb66857 Mon Sep 17 00:00:00 2001 From: Subash-Lamichhane <109226874+Subash-Lamichhane@users.noreply.github.com> Date: Mon, 16 Oct 2023 15:42:15 +0545 Subject: [PATCH] fixed typo of /docs (#3065) --- docs/source/main_classes/trainer_api.md | 2 +- docs/source/models/forward_tts.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/main_classes/trainer_api.md b/docs/source/main_classes/trainer_api.md index f765fff7bd..876e09e5b6 100644 --- a/docs/source/main_classes/trainer_api.md +++ b/docs/source/main_classes/trainer_api.md @@ -1,3 +1,3 @@ # Trainer API -We made the trainer a seprate project on https://github.com/coqui-ai/Trainer +We made the trainer a separate project on https://github.com/coqui-ai/Trainer diff --git a/docs/source/models/forward_tts.md b/docs/source/models/forward_tts.md index 4739496770..f8f941c2fd 100644 --- a/docs/source/models/forward_tts.md +++ b/docs/source/models/forward_tts.md @@ -12,7 +12,7 @@ Currently we provide the following pre-configured architectures: - **FastPitch:** - It uses the same FastSpeech architecture that is conditioned on fundemental frequency (f0) contours with the + It uses the same FastSpeech architecture that is conditioned on fundamental frequency (f0) contours with the promise of more expressive speech. - **SpeedySpeech:**