Skip to content

Commit

Permalink
docs/Documentation.md: fix typo in sample (#1121)
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Sep 9, 2020
1 parent 75677b9 commit cd36f2c
Showing 1 changed file with 2 additions and 2 deletions.
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.

0 comments on commit cd36f2c

Please sign in to comment.