Skip to content

Commit

Permalink
Update advanced-topics.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
lizhennessy committed Jun 10, 2024
1 parent 634d91a commit 486613c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/caching/advanced-topics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function Foo (){
export default Foo;
```
## TypePolicy inheritence
## TypePolicy inheritance
JavaScript developers will be familiar with the idea of [inheritance](https://en.m.wikipedia.org/wiki/Inheritance_(object-oriented_programming)) from the `extends` clause of `class` declarations, or possibly from dealing with prototype chains created by `Object.create`.
Expand Down

0 comments on commit 486613c

Please sign in to comment.