1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-08 15:16:52 +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(superFastWebsite);
expect(r).is(seoFriendly); expect(r).is(seoFriendly);
}) })
.finall(() => { .finally(() => {
/* Give me 1 Github star 🎉 */ /* Give me 1 Github star 🎉 */
}); });
`} `}

View File

@@ -25,7 +25,7 @@ const Details: React.FC<{}> = () => {
</Helmet> </Helmet>
<div className='p-8 pb-20'> <div className='p-8 pb-20'>
<div style={{ lineHeight: 1.5, marginBottom: '16px' }}> <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> </div>
<BrowserFrame <BrowserFrame
content={( content={(

View File

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

View File

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

View File

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