1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-06 06:07:33 +02:00

Merge pull request #129 from Calinou/fix-typos

Fix several typos
This commit is contained in:
phuoc-ng
2020-04-03 16:44:23 +07:00
committed by GitHub
5 changed files with 6 additions and 6 deletions

View File

@@ -42,7 +42,7 @@ this
expect(r).is(superFastWebsite);
expect(r).is(seoFriendly);
})
.finall(() => {
.finally(() => {
/* Give me 1 Github star 🎉 */
});
`}

View File

@@ -25,7 +25,7 @@ const Details: React.FC<{}> = () => {
</Helmet>
<div className='p-8 pb-20'>
<div style={{ lineHeight: 1.5, marginBottom: '16px' }}>
Move the mouse over the seccond navigation item to see the mega menu.
Move the mouse over the second navigation item to see the mega menu.
</div>
<BrowserFrame
content={(

View File

@@ -62,7 +62,7 @@ const Details: React.FC<{}> = () => {
<!-- Other element such as avatar -->
...
<!-- The presense indicator -->
<!-- The presence indicator -->
<div style="
/* Shown at the bottom right corner */
bottom: 0,

View File

@@ -74,7 +74,7 @@ Note that we use \`flex-direction: row-reverse\` on the container
margin: 0 2px;
padding: 0;
/* Used to postion the hover state */
/* Used to position the hover state */
position: relative;
}
</style>

View File

@@ -14,8 +14,8 @@ const Details: React.FC<{}> = () => {
return (
<DetailsLayout title="Watermark">
<Helmet>
<meta name="description" content="Create a watermask with CSS" />
<meta name="keywords" content="css watermask" />
<meta name="description" content="Create a watermark with CSS" />
<meta name="keywords" content="css watermark" />
</Helmet>
<div className='p-8 pb-20'>
<BrowserFrame