Skip to content

Commit 54493be

Browse files
committed
fixing format2
1 parent 8f512c4 commit 54493be

File tree

1 file changed

+1
-1
lines changed
  • src/sections/Meshery/Meshery-integrations/Individual-Integrations

1 file changed

+1
-1
lines changed

Diff for: src/sections/Meshery/Meshery-integrations/Individual-Integrations/howItWork.js

+1-1
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 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."}
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."}
211211
</p>
212212
</Col>
213213
<Col $xs={12} $xl={8} className="integration-section-caraousel">

0 commit comments

Comments
 (0)