From 486613c365bc18c31e11bc741768332bdd74aacb Mon Sep 17 00:00:00 2001 From: Liz Hennessy <95302380+lizhennessy@users.noreply.github.com> Date: Mon, 10 Jun 2024 14:58:37 -0600 Subject: [PATCH] Update advanced-topics.mdx --- docs/source/caching/advanced-topics.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/caching/advanced-topics.mdx b/docs/source/caching/advanced-topics.mdx index 9d00bbf9014..4be10cd6a5f 100644 --- a/docs/source/caching/advanced-topics.mdx +++ b/docs/source/caching/advanced-topics.mdx @@ -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`.