Skip to content

Commit 638b793

Browse files
authored
Fix typos in styling.md (#623)
Fixed a couple of minor typos
1 parent 5abd897 commit 638b793

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/styling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ When using `fsdocs`, there are six levels of extra content development and styli
55
1. Don't do any styling or documentation customization and simply write content. This is by far the simplest option to maintain.
66

77
2. Add content such as an `docs/index.md` to customize the front-page content for your generated docs.
8-
You can also add content such as `docs/reference/fslib.md` to give a bespoke langing page
8+
You can also add content such as `docs/reference/fslib.md` to give a bespoke landing page
99
for one of your namespaces, e.g. here assumed to be `namespace FsLib`. This will override any
1010
generated content.
1111

@@ -28,7 +28,7 @@ By default `fsdocs` does no styling customization and uses the following default
2828
* Uses no styling parameters except those extracted from the project files.
2929

3030
For your project, you don't need any of these files. However you can add them if you wish, though if
31-
you adjsut them there is no guarantee that your template will continue to work with future versions of F# Formatting.
31+
you adjust them there is no guarantee that your template will continue to work with future versions of F# Formatting.
3232

3333
## Customizing via Styling Parameters
3434

0 commit comments

Comments
 (0)