This is an automated email from the ASF dual-hosted git repository.
nsafonov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-website.git
The following commit(s) were added to refs/heads/master by this push:
new fa85e19 Community page: fix a typo
new 35d5f06 Merge pull request #103 from hoter/typos
fa85e19 is described below
commit fa85e1977a1e8703107ea6ebe82644656c6bf7c2
Author: hoter <[email protected]>
AuthorDate: Mon Jan 31 10:42:54 2022 +0600
Community page: fix a typo
---
_src/our-community.pug | 2 +-
our-community.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/_src/our-community.pug b/_src/our-community.pug
index 5e87c1c..34dcc0a 100644
--- a/_src/our-community.pug
+++ b/_src/our-community.pug
@@ -500,7 +500,7 @@ block main
.faqblock__buttons.flexi.pt-2
a.faqblock__button.flexi(href="https://issues.apache.org/jira/browse/IGNITE"
target="_blank")
img(src="/img/icon-jira.svg",
alt="").faqblock__stackicon
- span File ticket in JIra
+ span File ticket in Jira
// /.faqblock
diff --git a/our-community.html b/our-community.html
index a1bd85f..4343c6f 100644
--- a/our-community.html
+++ b/our-community.html
@@ -1375,7 +1375,7 @@
<p class="faqblock__rightitle">On Jira</p>
<p>Visit <a href="https://issues.apache.org/jira/browse/IGNITE"
target="_blank">Ignite Jira</a> if you would like to file a new issue or view
existing issues.</p>
<div class="faqblock__buttons flexi pt-2">
- <a class="faqblock__button flexi"
href="https://issues.apache.org/jira/browse/IGNITE" target="_blank"> <img
class="faqblock__stackicon" src="/img/icon-jira.svg" alt="" /><span>File ticket
in JIra</span></a>
+ <a class="faqblock__button flexi"
href="https://issues.apache.org/jira/browse/IGNITE" target="_blank"> <img
class="faqblock__stackicon" src="/img/icon-jira.svg" alt="" /><span>File ticket
in Jira</span></a>
</div>
</div>
</article>