From e478b6cae6c173bc2a584a7a956512d679c8bf16 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Mon, 23 Nov 2020 15:26:55 +0100 Subject: [PATCH] docs: fix typo (#1) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f323fb..73fefe9 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Fauda does two things for you: 1. It **loads** your configuration from files, command-line options, and environment variables; giving flexibility to adapt to your users' workflow. -2. It **validates** your configuration using a JSON schema, applying defaults when avaialble; abstracting the hard things for you providing auto-completion to your users. +2. It **validates** your configuration using a JSON schema, applying defaults when available; abstracting the hard things for you providing auto-completion to your users. ## Features @@ -245,7 +245,7 @@ Load, normalize, and return a configuration object from multiple sources. - **namespace** `string`: String used to prefix environment variables and namespace your configuration in the `package.json`. It's typically your package's name. - **schema** `string | JsonObject`: Path to a JSON schema, or the schema itself, used to normalize your configuration. -- **options?** `Partial`: See availabble [options](#options). +- **options?** `Partial`: See available [options](#options). **Examples**