Skip to content

Commit

Permalink
Merge pull request #6 from nulogy/fix-capitialization-link
Browse files Browse the repository at this point in the history
Fix link to capitalization cheatsheet pdf
  • Loading branch information
haideralsh authored Jan 25, 2024
2 parents 2d8e421 + c18e1e8 commit f4bedb2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pages/grammar-and-mechanics/capitalization.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
import { Link } from "@nulogy/components";
import CapitalizationCheatSheet from "./docs/Capitalization-cheat-sheet.pdf";

# Capitalization

In general, we always use sentence case. Sentence case is when the first letter of the first word of the phrase is capitalized and each word after is lowercase.

For a comprehensive list of rules and examples refer to the [capitalization cheatsheet](#/grammar-and-mechanics/docs/Capitalization-cheat-sheet.pdf)
For a comprehensive list of rules and examples refer to the <Link href={CapitalizationCheatSheet}>capitalization cheatsheet</Link>

Some general rules:

Expand Down

0 comments on commit f4bedb2

Please sign in to comment.