diff --git a/docs/concepts.md b/docs/concepts.md index 3d5ab1b3..69552856 100644 --- a/docs/concepts.md +++ b/docs/concepts.md @@ -1,6 +1,6 @@ ## Configuration -Many objects, including Encoders, Decoders, Models, Input Pipelines, and Inference Tasks, are configured using key-value parameters. These parameters are typically passed as [YAML](https://en.wikipedia.org/wiki/YAML) through configuration files or directly on the command line. For example, you can pass a `model_params` string to the training script configure model. Configurations are often be nested, as in the following example: +Many objects, including Encoders, Decoders, Models, Input Pipelines, and Inference Tasks, are configured using key-value parameters. These parameters are typically passed as [YAML](https://en.wikipedia.org/wiki/YAML) through configuration files or directly on the command line. For example, you can pass a `model_params` string to the training script configure model. Configurations are often nested, as in the following example: ```yml model_params: