We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61036c4 commit 8c777a4Copy full SHA for 8c777a4
examples/required-options/README.md
@@ -9,7 +9,7 @@ const base1 = new Base();
9
const base2 = new Base({});
10
```
11
12
-But required options can be added by extending the `Base.Optiions` interface.
+But required options can be added by extending the `Base.Options` interface.
13
14
```ts
15
declare module "javascript-plugin-architecture-with-typescript-definitions" {
0 commit comments