Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs/Documentation.md: fix typo in sample #1121

Merged
merged 1 commit into from
Sep 9, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ let add a b =
#endif
```

`{ defaultConfig with StriceMode = true }`
`{ defaultConfig with StrictMode = true }`

```fsharp
let add a b = a + b
Expand Down Expand Up @@ -818,4 +818,4 @@ See [CodeFormatter.fsi](../src/Fantomas/CodeFormatter.fsi) to view the public AP

Fantomas also exposes some less official helper functions when formatting code in FAKE scripts.
Checkout the [FAKE sample](../fake-sample/README.md) for more details.
These functions are not consider to be part of the public API, so they could be improved without the need to bump the major version.
These functions are not consider to be part of the public API, so they could be improved without the need to bump the major version.