From f5027a5e6feb38aaa2a65535ee448e007fd55f87 Mon Sep 17 00:00:00 2001
From: chenfeiyu <chenfeiyu@baidu.com>
Date: Wed, 30 Dec 2020 15:44:16 +0800
Subject: [PATCH] fix typos again

---
 examples/transformer_tts/README.md | 2 +-
 examples/waveflow/README.md        | 2 +-
 examples/wavenet/README.md         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/transformer_tts/README.md b/examples/transformer_tts/README.md
index d3da080..2924afb 100644
--- a/examples/transformer_tts/README.md
+++ b/examples/transformer_tts/README.md
@@ -37,7 +37,7 @@ If you want distributed training, set a larger `--nprocs` (e.g. 4). Note that di
 
 ## Synthesize
 
-Synthesize waveform. We assume the `--input` is text file, a sentence per line, and `--output` is a directory to save the synthesized mel spectrogram(log magnitude) in `.npy` format. The mel spectrogram can be used with `Waveflow` to generate waveforms.
+Synthesize waveform. We assume the `--input` is a text file, one sentence per line, and `--output` is a directory to save the synthesized mel spectrogram(log magnitude) in `.npy` format. The mel spectrograms can be used with `Waveflow` to generate waveforms.
 
 `--checkpoint_path` should be the path of the parameter file (`.pdparams`) to load. Note that the extention name `.pdparmas` is not included here.
 
diff --git a/examples/waveflow/README.md b/examples/waveflow/README.md
index 5124a9e..8931b88 100644
--- a/examples/waveflow/README.md
+++ b/examples/waveflow/README.md
@@ -37,7 +37,7 @@ If you want distributed training, set a larger `--nprocs` (e.g. 4). Note that di
 
 ## Synthesize
 
-Synthesize waveform. We assume the `--input` is a directory containing several mel spectrogram(log magnitude) in `.npy` format. The output would be saved in `--output` directory, containing several `.wav` files with the same name as the mel spectrogram does.
+Synthesize waveform. We assume the `--input` is a directory containing several mel spectrograms(log magnitude) in `.npy` format. The output would be saved in `--output` directory, containing several `.wav` files, each with the same name as the mel spectrogram does.
 
 `--checkpoint_path` should be the path of the parameter file (`.pdparams`) to load. Note that the extention name `.pdparmas` is not included here.
 
diff --git a/examples/wavenet/README.md b/examples/wavenet/README.md
index 154089b..ef61a9f 100644
--- a/examples/wavenet/README.md
+++ b/examples/wavenet/README.md
@@ -37,7 +37,7 @@ If you want distributed training, set a larger `--nprocs` (e.g. 4). Note that di
 
 ## Synthesize
 
-Synthesize waveform. We assume the `--input` is a directory containing several mel spectrogram(normalized into range[0, 1)) in `.npy` format. The output would be saved in `--output` directory, containing several `.wav` files with the same name as the mel spectrogram does.
+Synthesize waveform. We assume the `--input` is a directory containing several mel spectrograms(normalized into range[0, 1)) in `.npy` format. The output would be saved in `--output` directory, containing several `.wav` files, each with the same name as the mel spectrogram does.
 
 `--checkpoint_path` should be the path of the parameter file (`.pdparams`) to load. Note that the extention name `.pdparmas` is not included here.