Skip to content

Commit

Permalink
Merge pull request #11886 from lizhennessy/patch-2
Browse files Browse the repository at this point in the history
Update advanced-topics.mdx
  • Loading branch information
Meschreiber committed Jun 10, 2024
2 parents 634d91a + 486613c commit b0c2d42
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 b0c2d42

Please sign in to comment.