From f26377db340ca84f848584697f915364b55b04b5 Mon Sep 17 00:00:00 2001
From: norikois <33947244+norikois@users.noreply.github.com>
Date: Wed, 26 Aug 2026 12:47:52 +0900
Subject: [PATCH] fix(overlay): correct parameter name from
'positioningStrategy' to 'positionStrategy' in documentation
---
docs/angular/src/content/en/components/overlay.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/angular/src/content/en/components/overlay.mdx b/docs/angular/src/content/en/components/overlay.mdx
index bbafbda842..6793fe1336 100644
--- a/docs/angular/src/content/en/components/overlay.mdx
+++ b/docs/angular/src/content/en/components/overlay.mdx
@@ -150,7 +150,7 @@ In the below demo, we can pass the [IgxCard](/card#angular-card-example) compone
The method also accepts an object of the type, which configures the way the content is shown. If no such object is provided, the Overlay Service will use its default settings to render the passed content.
-For example, if we want the content to be positioned relative to an element, we can pass a different and to the method, e.g. . In order to configure how the component is shown, we need to create an object first:
+For example, if we want the content to be positioned relative to an element, we can pass a different and to the method, e.g. . In order to configure how the component is shown, we need to create an object first:
```typescript
// my-overlay-component.component.ts