Skip to content

Commit d6b2e3d

Browse files
committed
fix format issue
Signed-off-by: Jeffrin Jojo <jeffrinjojo1@gmail.com>
1 parent f9745cb commit d6b2e3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/sections/Meshery/Meshery-integrations/Individual-Integrations

src/sections/Meshery/Meshery-integrations/Individual-Integrations/howItWork.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ const HowIntegrationWorks = ({ name, howitworks, howitworksdetails, slides }) =>
207207
<Col $xs={12} $xl={4} className="integration-section-data">
208208
<h3>{howitworks != null ? howitworks : "Docker with Meshery" }</h3>
209209
<p>
210-
{howitworksdetails != null ? howitworksdetails : "The Docker Extension for Meshery extends Docker Desktops position as the cloud native developers go-to Kubernetes environment with easy access to the next layer of cloud native infrastructure: service meshes."}
210+
{howitworksdetails != null ? howitworksdetails : "The Docker Extension for Meshery extends Docker Desktop's position as the cloud native developer's go-to Kubernetes environment with easy access to the next layer of cloud native infrastructure: service meshes."}
211211
</p>
212212
</Col>
213213
<Col $xs={12} $xl={8} className="integration-section-caraousel">

0 commit comments

Comments
 (0)