Skip to content

Commit b0c2d42

Browse files
authored
Merge pull request #11886 from lizhennessy/patch-2
Update advanced-topics.mdx
2 parents 634d91a + 486613c commit b0c2d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/caching/advanced-topics.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ function Foo (){
116116
export default Foo;
117117
```
118118
119-
## TypePolicy inheritence
119+
## TypePolicy inheritance
120120
121121
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`.
122122

0 commit comments

Comments
 (0)