Minor grammar and mobile style fixes

This commit is contained in:
Tom Moor 2019-01-11 21:46:58 -08:00
parent 5ba1522ada
commit 394adf97f8
5 changed files with 9 additions and 7 deletions

View File

@ -44,9 +44,9 @@ class Export extends React.Component<Props> {
<PageTitle title="Export Data" />
<h1>Export Data</h1>
<HelpText>
Exporting your teams documents may take a little time depending on the
size of your knowledgebase. Consider exporting a single document or
collection instead.
Exporting your teams documents may take a little time depending on
the size of your knowledgebase. Consider exporting a single document
or collection instead.
</HelpText>
<HelpText>
Still want to export everything in your wiki? Well put together a zip

View File

@ -60,7 +60,7 @@ class Slack extends React.Component<Props> {
<HelpText>
Preview Outline links your team mates share and use the{' '}
<Code>/outline</Code> slash command in Slack to search for documents
in your teams wiki.
in your teams wiki.
</HelpText>
<p>
{this.commandIntegration ? (

View File

@ -47,7 +47,7 @@ function Home(props: Props) {
<Feature>
<h2>Improve Communication</h2>
<p>
Easily structure your teams information in one central,
Easily structure your teams information in one central,
structured location. No more hunting through folders or
scanning pages of search results and chat conversations.
</p>
@ -55,7 +55,7 @@ function Home(props: Props) {
<Feature>
<h2>Safe &amp; Secure</h2>
<p>
Outline provides a secure place for your teams
Outline provides a secure place for your teams
documentation on our hosted platform, stored in portable
Markdown format. Or, you can run your own copy its open
source!

View File

@ -54,7 +54,7 @@ export default function Privacy() {
identifying information is to better understand how Outlines visitors
use its website. From time to time, Outline may release
non-personally-identifying information in the aggregate, e.g., by
publishing a report on trends in the usage of its website. p> Outline
publishing a report on trends in the usage of its website. Outline
also collects potentially personally-identifying information like
Internet Protocol (IP) addresses for logged in users.
</p>

View File

@ -61,10 +61,12 @@ const Column = styled(Flex)`
const Wrapper = styled(Flex)`
display: block;
justify-content: center;
margin-top: 16px;
${breakpoint('tablet')`
display: flex;
justify-content: flex-start;
margin-top: 0;
`};
`;