From 862339154a3d641ddc3d8b37d1e97172c89f953d Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Thu, 31 Mar 2022 07:01:38 -0400 Subject: [PATCH] fix typo --- docs/topics/recipes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/recipes.md b/docs/topics/recipes.md index 744d7b1..1bbe98f 100644 --- a/docs/topics/recipes.md +++ b/docs/topics/recipes.md @@ -18,10 +18,10 @@ Once you have setup the server, it will follow some basic rules when resolving t 3) **Private over official.** If there are more than one local recipe repos, same version recipes will be selected in the order `private` > `official` > `contrib`. -There currently is now way to mix up recipes. If you want to have a customized or extended version of an official recipe, you'll have to provide a complete copy. We are planning on setting up a way to create recipe extension which will allow to extend official recipes and live until the next major version. +There currently is no way to mix up recipes. If you want to have a customized or extended version of an official recipe, you'll have to provide a complete copy. We are planning on setting up a way to create recipe extension which will allow to extend official recipes and live until the next major version. ### Invalid manifest files The entire system is based on the belief that you are capable of providing a valid json file. If your `manifest.json` is invalid, the server will display a warning label. -![broken manifest](https://user-images.githubusercontent.com/3605512/36715244-ae810436-1b95-11e8-842c-6ca9d7f29723.png) \ No newline at end of file +![broken manifest](https://user-images.githubusercontent.com/3605512/36715244-ae810436-1b95-11e8-842c-6ca9d7f29723.png)