diff --git a/docu/docs/api.md b/docu/docs/api.md index 79958a7..3e74e73 100644 --- a/docu/docs/api.md +++ b/docu/docs/api.md @@ -272,7 +272,7 @@ The supporting cast of types that helps keep this concise and relevant. ### Flags ```typescript -exp\ort type Flags = Partial>; +export type Flags = Partial>; ``` ### Handler @@ -383,4 +383,4 @@ Describe a simple object literal with a single property. ### WithProperty -Alias of [**TypeExt**ension](#typeextk-t). \ No newline at end of file +Alias of [**TypeExt**ension](#typeextk-t).