Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit 479e920

Browse files
committed
Apply proper headline casing
1 parent 2d1a850 commit 479e920

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/integrations/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const Integrations = props => {
7070
<div className="container pb-2 pb-md-3">
7171
<div className="row justify-content-center">
7272
<div className="col-12">
73-
<h2 className="title-3 text-dark mb-2">Persistence provider</h2>
73+
<h2 className="title-3 text-dark mb-2">Persistence Provider</h2>
7474
</div>
7575
{persistenceProvider.map(edge => (
7676
<div

0 commit comments

Comments
 (0)