Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
Docs: some grammar and language updates (thanks @ben-eb)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
MoOx committed Nov 15, 2016
1 parent 233b0ef commit f4f441f
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ _You will need at least ``react-router@^2.3.0``._
**Don't be afraid by the length of this release notes. It's for the better.**

Most noticeable change occurs in the ``scripts`` folder.
It might be a good idea is to take a look to the new folder of the default
It might be a good idea is to take a look at the new folder of the default
boilerplate:

- There is now just 2 files: ``phenomic.browser.js`` (client runtime) and
Expand Down
4 changes: 2 additions & 2 deletions docs/content/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ If you need to start with React you might want to check the following resources:
- [reactforbeginners.com](https://ReactForBeginners.com/friend/MOOX)
- [Build your first real world React.js application](http://academy.plot.ly/#react)

You might also take a look to
You might also take a look at
[react-howto](https://github.com/petehunt/react-howto) to understand what you might need to learn and what you don't.

Also learning ES6/ES2015+ is recommended.
Expand Down Expand Up @@ -338,5 +338,5 @@ If you really want to add Sass or LESS for you styles you can replace in your

🤗 Now have fun!

**Take a look to the [rest of the documentation](../usage/) where you will
**Take a look at the [rest of the documentation](../usage/) where you will
find more details on everything about Phenomic and how to use it**.
4 changes: 2 additions & 2 deletions docs/content/docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ yarn add phenomic && .\node_modules\.bin\phenomic setup
yarn install && yarn start
```

🚀 **When you get the hello world, it's time to take a look to our
🚀 **When you get the hello world, it's time to take a look at our
[Getting Started](../getting-started/) page and to [start hacking!](../usage/).**


Expand Down Expand Up @@ -201,5 +201,5 @@ your development server in your favorite browser).

---

🚀 **When you get the hello world, it's time to take a look to our
🚀 **When you get the hello world, it's time to take a look at our
[Getting Started](../getting-started/) page and to [start hacking!](../usage/).**
6 changes: 3 additions & 3 deletions docs/content/docs/usage/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Phenomic provides the following presets:

🛠 This preset is kind of the phenomic default requirement.
Use it if you want to use classic files with a front-matter and any text format.
**Feel free to take a look to markdown preset to implement your own engine!**
**Feel free to take a look at markdown preset to implement your own engine!**

### ``phenomic/lib/loader-preset-markdown``

Expand Down Expand Up @@ -181,7 +181,7 @@ import { phenomicLoader } from "phenomic"
// doYourThing() can be any transformation you want.
// Per previous plugins, ``body`` will contain the raw input
// passed to the loader, with the front-matter removed.
// Feel free to take a look to the plugins source before,
// Feel free to take a look at the plugins source before,
// it's very short !
// https://github.com/MoOx/phenomic/blob/master/src/
}
Expand Down Expand Up @@ -283,6 +283,6 @@ const transformMdBodyPropertyToHTML = ({ result }) => {
}
```

⚠️ If you want to see some examples for plugins, take a look to
⚠️ If you want to see some examples for plugins, take a look at

https://github.com/MoOx/phenomic/blob/master/src/
4 changes: 2 additions & 2 deletions docs/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ the minimal amount of data for each new page**
(a single file that only contains your page data).

<center style="font-weight: bold"><a href="showcase/">
Take a look to websites using Phenomic 👀
Take a look at websites using Phenomic 👀
</a></center>

## Setup a website in a flash
Expand Down Expand Up @@ -65,7 +65,7 @@ It also contains commented pieces of code that allows you to quickly customize
it to fit your needs.

<center style="font-weight: bold"><a href="themes/base/demo/">
Take a look to the base theme demo 👀
Take a look at the base theme demo 👀
</a></center>

---
Expand Down
5 changes: 2 additions & 3 deletions themes/phenomic-theme-base/content/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,13 @@ cta:
You are currently viewing Phenomic base theme.

For now [Phenomic does not provide a native way to extend themes](https://github.com/MoOx/phenomic/issues/508) but since it's based on
React and use a component approach, it's pretty easy to make your own collection
of layouts and components and reuse those.
React and uses a component approach, it's pretty easy to make your own reusable collection of layouts and components.

---

This website is made with [Phenomic](https://phenomic.io/).

If you are curious about it, you can take a look to
If you are curious about it, you can take a look at
[existing websites that use Phenomic](https://phenomic.io/showcase/),
some projects share their source code!

Expand Down
13 changes: 7 additions & 6 deletions themes/phenomic-theme-base/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Hi there. Before having fun with Phenomic, be sure to read the documentation :
* [Usage & APIs](https://phenomic.io/docs/usage/)
* [FAQ](https://phenomic.io/docs/faq/)

Also take a look to
Also take a look at
[existing websites that use Phenomic](https://phenomic.io/showcase/),
some projects share their source code!

Expand All @@ -30,12 +30,13 @@ some projects share their source code!

---

You may want to take a look to the [404.html](/404.html) and tweak the render.
You may want to take a look at the [404.html](/404.html) and tweak the render.

If you want to adjust page layouts, directly adjust them in ``src/layouts/``.
If you want to adjust small parts like header, footer, buttons, etc, you will
find those in ``src/components/``.
For colors and common CSS variables, you will find stuff to adjust in ``postcss.plugins.js``.
If you need to make adjustments, you can directly alter page layouts in
``src/layouts/``;
small things like the header, footer, buttons and so on can be changed in
``src/components/``;
and for colors and common CSS variables, you can modify ``postcss.config.js``.

_You feel like the base theme is not enough or you just saw something wrong?_
[Please help us make Phenomic better!](https://phenomic.io/contributing/)
Expand Down

0 comments on commit f4f441f

Please sign in to comment.