diff --git a/docs/Documentation.md b/docs/Documentation.md index 8a90768ccc..bc5e750eb1 100644 --- a/docs/Documentation.md +++ b/docs/Documentation.md @@ -787,7 +787,7 @@ let add a b = #endif ``` -`{ defaultConfig with StriceMode = true }` +`{ defaultConfig with StrictMode = true }` ```fsharp let add a b = a + b @@ -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. \ No newline at end of file +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.