From 0b78e9add4f0fceebcb371cbd6af4344234164e1 Mon Sep 17 00:00:00 2001
From: Sarah Jamie Lewis <sarah@blodeuweddlabs.com>
Date: Sun, 16 Feb 2025 13:37:01 -0800
Subject: [PATCH 1/1] Reword index answer

---
 templates/index.tpl.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/index.tpl.html b/templates/index.tpl.html
index 1b158d5..536af4f 100644
--- a/templates/index.tpl.html
+++ b/templates/index.tpl.html
@@ -24,7 +24,7 @@
         <summary><h2>What Features does Senary Have?</h2></summary>
         <p>Senary supports:</p>
         <ul>
-            <li><strong>Patch-based Workflow</strong> - rather than mimicking proprietary pull request flows, Senary is based on the open sharing and application of patches.</li>
+            <li><strong>Patch-based Workflow</strong> - rather than pull request flows, Senary is based on the open sharing and application of patches.</li>
             <li><strong>Moderated change requests (issues / new patches)</strong> - to limit to impact and utility of spam, all requests are hidden from public listing until approved by a maintainer.</li>
             <li><strong>Permissionless contributions</strong> - Senary allows users to submit bugs and fixes without needing an account, or even an IndieAuth server. Senary only keeps track of maintainer permissions for the purpose of moderating requests, and applying patches.</li>
         </ul>
@@ -53,4 +53,4 @@
 </footer>
  
 </body>
-</html>
\ No newline at end of file
+</html>
-- 
2.39.5

