From fc51cecf2ec8a224cac207d3c74c12a1d3efb279 Mon Sep 17 00:00:00 2001 From: HusseinAdeiza Date: Fri, 8 May 2026 22:30:20 +0100 Subject: [PATCH] docs: fix typos in campaigns instruction documentation - Fix 'Let's verified projects' to 'Show verified projects' - Fix 'vodeo's preview' to 'video's preview' - Fix 'descanding' to 'descending' - Fix 'Exlore' to 'Explore' Improves documentation clarity and spelling accuracy. --- docs/campaignsInstruction.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/campaignsInstruction.md b/docs/campaignsInstruction.md index 1c4f89073..6a59a19d2 100644 --- a/docs/campaignsInstruction.md +++ b/docs/campaignsInstruction.md @@ -9,7 +9,7 @@ * `SortField`: Sometimes in a campaign we just want to show projects in an specified order, for instance we can create a campaign like ** Check projects that received most likes** so for this campaign you set **SortField** as campaign type and then you can use one of below sorting fields Screen Shot 1402-01-07 at 12 26 50 - * `FilterFields`: Sometimes we need to filter some projects in a campaign, for instance **Let's verified projects that accept funds on Gnosis chain**, for this we can Add `verified` and `acceptFundOnGnosis` filters Screen Shot 1402-01-07 at 12 40 50 + * `FilterFields`: Sometimes we need to filter some projects in a campaign, for instance **Show verified projects that accept funds on Gnosis chain**, for this we can Add `verified` and `acceptFundOnGnosis` filters Screen Shot 1402-01-07 at 12 40 50 * `WithoutProjects`: Some campaigns don't include any project in them and they are just some banner like **Feeling $nice?** campaign in below image Screen Shot 1402-01-07 at 12 43 48 @@ -21,8 +21,8 @@ * `Related Projects Slugs` : It's just **Required** for campaigns with type `ManuallySelected`, I already explained it above in **type** section * `Photo`: **Optional**, This is the image link that we show in campaign banner, first you need to upload image in pinata and use that link in here, for instance for below campaign this is the value of photo https://giveth.mypinata.cloud/ipfs/QmYR3KLnsRKiibuS5oBRLnyaLM7Sv1QcbBEAPN1DD6d7UP/Nice%20token@2x.png Screen Shot 1402-01-07 at 13 00 39 * `Video`:**Optional**, Some campaigns use video instead of image in banner, like photo first we need to upload it somewhere and then put it here, campaign example Screen Shot 1402-01-07 at 13 08 27 -* `Video Preview`:**Optional**, There is an image like above one that we show for video before playing, so if you fill `Video` it's required to put an image link here to show that as vodeo's preview -* ‍`Order`: If you want to show a campaign before others please fill order for it ( we show 1 after that 2, ..) and after those campaigns we show campaigns without orders sorted by created date descanding -* `Landing Link`: **Optional**, Sometime we want to redirect user to an external link when click on **Exlore** in campaign card, it happens for campaigns that have **WithoutProject** type because other campaigns usually redirect user to a project list page, in case of you want to redirect to an external link, please fill this field +* `Video Preview`:**Optional**, There is an image like above one that we show for video before playing, so if you fill `Video` it's required to put an image link here to show that as video's preview +* ‍`Order`: If you want to show a campaign before others please fill order for it ( we show 1 after that 2, ..) and after those campaigns we show campaigns without orders sorted by created date descending +* `Landing Link`: **Optional**, Sometime we want to redirect user to an external link when click on **Explore** in campaign card, it happens for campaigns that have **WithoutProject** type because other campaigns usually redirect user to a project list page, in case of you want to redirect to an external link, please fill this field * `Filter Fields`: It's just **Required** for campaigns with type `FilterFields`, I already explained it above in **type** section * `Sorting Field`: It's just **Required** for campaigns with type `SortField`, I already explained it above in **type** section