This is an automated email from the ASF dual-hosted git repository.
mauriciostekl 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 62ef2d6 fixed typo from previous commit
62ef2d6 is described below
commit 62ef2d6f11f96d7ebc6ff7726b41f7291e7dc821
Author: Mauricio Stekl <[email protected]>
AuthorDate: Fri Dec 17 13:45:43 2021 -0300
fixed typo from previous commit
---
_src/index.pug | 2 +-
index.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/_src/index.pug b/_src/index.pug
index e72ed89..5228dac 100644
--- a/_src/index.pug
+++ b/_src/index.pug
@@ -1,7 +1,7 @@
extend _components/base.pug
block pagetitle
- title Distributed Database - Apache Ignite;
+ title Distributed Database - Apache Ignite
meta(name="description", content="Apache Ignite is a best distributed
database management system for high-performance computing with in-memory speed.
Learn how to use the Ignite decentralized database system and get started.")
link(rel="canonical", href="https://ignite.apache.org/")
diff --git a/index.html b/index.html
index b903d44..c554518 100644
--- a/index.html
+++ b/index.html
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0,
maximum-scale=1" />
- <title>Distributed Database - Apache Ignite;</title>
+ <title>Distributed Database - Apache Ignite</title>
<meta name="description" content="Apache Ignite is a best distributed
database management system for high-performance computing with in-memory speed.
Learn how to use the Ignite decentralized database system and get started." />
<link rel="canonical" href="https://ignite.apache.org/" />
<meta property="og:title" content="Distributed Database - Apache
Ignite&reg;" />