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
Copy file name to clipboardExpand all lines: STYLE.md
+21-9Lines changed: 21 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Style Guidance
2
2
3
-
Keploy documentation generally follows the [Google Developer Documentation Style Guide](https://developers.google.com/style).
3
+
Keploy documentation generally follows the [Google Developer Documentation Style Guide](https://developers.google.com/style).
4
4
5
5
When the Google guide does not address a specific topic, we defer to the [Microsoft Writing Style Guide](https://docs.microsoft.com/en-us/style-guide/welcome/).
6
6
@@ -17,10 +17,12 @@ The following are Keploy-specific rules that override or expand on the Google an
17
17
Some of Keploy’s core terms may also exist as generic terms in software or technical contexts.
18
18
To reduce confusion, **always capitalize Keploy-specific terms** when referring to features or platform components. Generic usage should be lowercase and used sparingly.
19
19
20
-
✅ **Correct:**
20
+
✅ **Correct:**
21
+
21
22
> “Next, Normalise the Test case on the Test run details page.”
22
23
23
-
❌ **Incorrect:**
24
+
❌ **Incorrect:**
25
+
24
26
> “Next, normalise the test case on the test run details.”
25
27
26
28
---
@@ -30,9 +32,11 @@ To reduce confusion, **always capitalize Keploy-specific terms** when referring
30
32
Use **sentence case** for all titles and headings. This means only the **first word** and **proper nouns** are capitalized.
0 commit comments