This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/attic.git
The following commit(s) were added to refs/heads/main by this push:
new 24c7a6d Grammar fix (#8)
24c7a6d is described below
commit 24c7a6dfd228dfd93a9e67edcb1526eff9fb6f8d
Author: Sebb <[email protected]>
AuthorDate: Fri May 2 15:35:20 2025 +0100
Grammar fix (#8)
---
index.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/index.md b/index.md
index 8fa9087..5fd873a 100644
--- a/index.md
+++ b/index.md
@@ -87,7 +87,7 @@ The Attic is a project as any other:
- It is managed by a [Project Management Committee
(PMC)](https://projects.apache.org/committee.html?attic).
- Public discussions happen on a mailing list: see
[[email protected]
archive](https://lists.apache.org/[email protected]).
- You are welcome to subscribe and engage discussion.
+ You are welcome to subscribe and engage in discussion.
### Retired Incubator Projects
The [Apache Incubator](https://incubator.apache.org/) project is the entry
path into
@@ -125,4 +125,4 @@ const toggleAtticMode =
document.querySelector('.js-toggle-attic-mode');
jtd.addEvent(toggleAtticMode, 'click', function(){
jtd.setTheme('attic');
});
-</script>
\ No newline at end of file
+</script>