Skip to content

Commit 964f235

Browse files
committed
correct spelling mistake and remove "the" before BDT
1 parent c103215 commit 964f235

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/user-docs/docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Introduction
22

3-
## 1. What Is the Benefit Decision Toolkit?
3+
## 1. What Is Benefit Decision Toolkit?
44

5-
Organizations that connect people to public benefits spend a lot of time helping individuals determine whether they qualify for specific programs. Building custom tools to support this work typically requires software development resources that many program teams do not have. The **Benefit Decision Toolkit (BDT)** addresses this by providing a low-code platform where organizations can build and publish eligibility screeners without writing code.
5+
Organizations that connect people to public benefits spend a lot of time helping individuals determine whether they qualify for specific programs. Building custom tools to support this work typically requires software development resources that many program teams do not have. **Benefit Decision Toolkit (BDT)** addresses this by providing a low-code platform where organizations can build and publish eligibility screeners without writing code.
66

77
BDT provides low-code editors for defining eligibility logic and building a user-facing form. It handles connecting the two and publishing the result to a public URL, giving applicants a way to quickly determine whether they may qualify for a benefit.
88

docs/user-docs/docs/user-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# User Guide
22

3-
This guide walks through how to create, configure, test, and publish an eligibility screener using the Benefit Decision Toolkit (BDT).
3+
This guide walks through how to create, configure, test, and publish an eligibility screener using Benefit Decision Toolkit (BDT).
44

55
---
66

docs/user-docs/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ theme:
44
name: material
55

66
nav:
7-
- Instroduction: index.md
7+
- Introduction: index.md
88
- User Guide: user-guide.md
99
- Custom Checks: custom-checks.md

0 commit comments

Comments
 (0)