From f2ea5f90728669adfa951c7c6bf0af0d51028116 Mon Sep 17 00:00:00 2001 From: ameliaswong <139153914+ameliaswong@users.noreply.github.com> Date: Fri, 19 Jan 2024 09:45:19 -0800 Subject: [PATCH] Add break between sentences qasp.md --- content/derisking/qasp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/derisking/qasp.md b/content/derisking/qasp.md index e6fd5f06..7dc169c5 100644 --- a/content/derisking/qasp.md +++ b/content/derisking/qasp.md @@ -13,7 +13,7 @@ Per [the "Require demos, not memos" best practice]({{ "/derisking/state-field-gu | **Deliverable** | **Performance Standard(s)** | **Acceptable Quality Level** | **Method of Assessment** | | --- | --- | --- | --- | -| **Tested Code** | Code delivered under the order must have substantial test code coverage and a clean code baseVersion-controlled, public repository of code comprising the product, which will remain in the government domain | Minimum of 90% test coverage of all code | Combination of manual review and automated testing | +| **Tested Code** | Code delivered under the order must have substantial test code coverage and a clean code base Version-controlled, public repository of code comprising the product, which will remain in the government domain | Minimum of 90% test coverage of all code | Combination of manual review and automated testing | | **Properly Styled Code** | [GSA 18F Front-End Guide](https://frontend.18f.gov/) | 0 linting errors and 0 warnings | Combination of manual review and automated testing | | **Accessibility** | Web Content Accessibility Guidelines 2.1 AA standards | 0 errors reported using an automated scanner, and 0 errors reported in manual testing | [Pa11y](https://github.com/pa11y/pa11y) | | **Deployed** | Code must successfully build and deploy into staging environment | Successful build with a single command | Combination of manual review and automated testing |