diff --git a/src/content/docs/bff/architecture/ui-hosting.md b/src/content/docs/bff/architecture/ui-hosting.md
index 63a55f2b8..f98c14103 100644
--- a/src/content/docs/bff/architecture/ui-hosting.md
+++ b/src/content/docs/bff/architecture/ui-hosting.md
@@ -1,6 +1,6 @@
---
title: "UI Hosting"
-description: A guide exploring different UI hosting strategies and their benefits when using Backend-for-Frontend (BFF) systems
+description: A guide exploring different UI hosting strategies and their benefits when using Backend For Frontend (BFF) systems
sidebar:
order: 2
redirect_from:
@@ -12,7 +12,7 @@ redirect_from:
---
When building modern web applications, selecting the right hosting strategy for your UI assets is crucial for optimizing
-performance, simplifying deployment, and ensuring seamless integration with Backend-for-Frontend (BFF) systems. This
+performance, simplifying deployment, and ensuring seamless integration with Backend For Frontend (BFF) systems. This
guide explores various hosting approaches and their benefits.
## Hosting Options for the UI
diff --git a/src/content/docs/bff/fundamentals/blazor/index.md b/src/content/docs/bff/fundamentals/blazor/index.md
index 50c5718dd..476a87951 100644
--- a/src/content/docs/bff/fundamentals/blazor/index.md
+++ b/src/content/docs/bff/fundamentals/blazor/index.md
@@ -14,7 +14,7 @@ redirect_from:
Microsoft Blazor is a framework for building interactive web applications using C# and .NET. Blazor allows developers to create rich, dynamic web UIs with the same ease as building desktop applications.
-The Duende BFF (Backend for Frontend) Security Framework addresses common security challenges faced by Blazor applications. It provides a unified approach to managing authentication and authorization, ensuring secure interactions between the client and server.
+The Duende Backend For Frontend (BFF) Security Framework addresses common security challenges faced by Blazor applications. It provides a unified approach to managing authentication and authorization, ensuring secure interactions between the client and server.
## Architecture
diff --git a/src/content/docs/bff/index.mdx b/src/content/docs/bff/index.mdx
index 39ba75c94..d0776720a 100644
--- a/src/content/docs/bff/index.mdx
+++ b/src/content/docs/bff/index.mdx
@@ -1,5 +1,5 @@
---
-title: "BFF Security Framework"
+title: "Backend For Frontend (BFF) Security Framework"
description: "A comprehensive security framework for securing browser-based frontends with ASP.NET Core backends"
date: 2020-09-10T08:22:12+02:00
sidebar:
@@ -22,7 +22,7 @@ redirect_from:
import { CardGrid, LinkCard } from "@astrojs/starlight/components";
-The Duende.BFF (Backend for Frontend) security framework packages the necessary components to secure browser-based frontends (e.g. SPAs or Blazor applications) with ASP.NET Core backends.
+The Duende.BFF (Backend For Frontend) security framework packages the necessary components to secure browser-based frontends (e.g. SPAs or Blazor applications) with ASP.NET Core backends.
Duende.BFF is free for development, testing and personal projects, but production use requires a license. Special offers may apply.
@@ -86,7 +86,7 @@ It offers the following functionality:
The following diagram illustrates how the Duende BFF Security Framework fits into a typical application architecture.
-
+
The browser based application runs inside the browser’s secure sandbox. It can be built using any type of front-end technology, such as via Vanilla-JS, React, Vue, WebComponents, Blazor, etc.
diff --git a/src/content/docs/bff/samples/index.mdx b/src/content/docs/bff/samples/index.mdx
index f2b990838..be32db70d 100644
--- a/src/content/docs/bff/samples/index.mdx
+++ b/src/content/docs/bff/samples/index.mdx
@@ -1,5 +1,5 @@
---
-title: BFF Samples
+title: Backend For Frontend (BFF) Samples
description: A collection of sample applications demonstrating how to use the BFF security framework with different frontend technologies.
sidebar:
order: 150
diff --git a/src/content/docs/general/glossary.mdx b/src/content/docs/general/glossary.mdx
index d32202740..31db8c4fa 100644
--- a/src/content/docs/general/glossary.mdx
+++ b/src/content/docs/general/glossary.mdx
@@ -80,7 +80,7 @@ server-side sessions enables more architectural features in your IdentityServer,
**License: **
-The Duende BFF (Backend for Frontend) security framework packages up guidance and the necessary components to secure
+The Duende Backend For Frontend (BFF) security framework packages up guidance and the necessary components to secure
browser-based frontends (e.g. SPAs or Blazor WASM applications) with ASP.NET Core backends.