You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 20, 2022. It is now read-only.
removed word 'with' from the sentence: 'All recipes are contained within with \Recipes directory.'
replaced 'ensure' with 'ensures' in the sentence: 'This ensure it will be SEO optimized and relevant from other users'
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Each recipe that is submitted should include the following:
53
53
54
54
## Repository Structure
55
55
56
-
All recipes are contained within with `\Recipes` directory.
56
+
All recipes are contained within `\Recipes` directory.
57
57
58
58
The repository structure will look like the following:
59
59
@@ -69,7 +69,7 @@ The repository structure will look like the following:
69
69
70
70
## Folder naming standards
71
71
72
-
The folder name will be used as the URL slug and therefore it is important to use the suggestions below. This ensure it will be SEO optimized and relevant for other users:
72
+
The folder name will be used as the URL slug and therefore it is important to use the suggestions below. This ensures it will be SEO optimized and relevant for other users:
73
73
74
74
* Try to keep the folder name between 1-3 words.
75
75
* If more than one word, use hyphens (-), rather than underscores(_)
0 commit comments