From c9b3d89b8d18e9c1b521d7a265f0c1aa450b6897 Mon Sep 17 00:00:00 2001 From: Terence Date: Mon, 11 Nov 2024 15:26:25 +0100 Subject: [PATCH] Fix typos --- docs/essentials/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/essentials/configuration.md b/docs/essentials/configuration.md index de2c2d58..9b30006c 100644 --- a/docs/essentials/configuration.md +++ b/docs/essentials/configuration.md @@ -99,11 +99,11 @@ List of available locales. }; -**One of the locales must be alwyas set as default.** This locale is going to be used as a fallback in cases where locale is missing or a translation for selected locale (different than default) is missing. +**One of the locales must be always set as default.** This locale is going to be used as a fallback in cases where locale is missing or a translation for selected locale (different than default) is missing. #### `Config.types` -Beside using built-in types provided by Eeasyblocks you can also define your own custom types for referencing external data. Learn more about custom types [here](external-data.md). +Beside using built-in types provided by Easyblocks you can also define your own custom types for referencing external data. Learn more about custom types [here](external-data.md). ```typescript import type { Config } from '@easyblocks/core';