Skip to content

Commit 8c777a4

Browse files
Update examples/required-options/README.md
Co-authored-by: Josh Goldberg <[email protected]>
1 parent 61036c4 commit 8c777a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/required-options/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const base1 = new Base();
99
const base2 = new Base({});
1010
```
1111

12-
But required options can be added by extending the `Base.Optiions` interface.
12+
But required options can be added by extending the `Base.Options` interface.
1313

1414
```ts
1515
declare module "javascript-plugin-architecture-with-typescript-definitions" {

0 commit comments

Comments
 (0)