Skip to content

Commit 1d27659

Browse files
committed
More newlines
1 parent 4bfc8ee commit 1d27659

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

license.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

vendor/refinerycms/authentication/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ New users can be easily added by going to the 'Users' area admin and clicking on
1414

1515
## Limiting and Granting Access
1616

17-
Each user has a set of plugins they're allowed to see. You can control which plugins each user can see by checking and unchecking the checkboxes next to the plugin name when editing or adding a new user.
17+
Each user has a set of plugins they're allowed to see. You can control which plugins each user can see by checking and unchecking the checkboxes next to the plugin name when editing or adding a new user.

vendor/refinerycms/dashboard/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ Read ["Getting your Plugin to Report Activity in the Dashboard"](http://github.c
1919

2020
This allows you to specify how many items should show up in your recent activity list.
2121

22-
Example: if we set the activity show limit to 5, only 5 items will show in the recent activity.
22+
Example: if we set the activity show limit to 5, only 5 items will show in the recent activity.

vendor/refinerycms/images/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ This makes it easy to protect your pages from having gigantic images inserted in
3131
### "Preferred Image View"
3232

3333
Set to ``"grid"`` to get your images to display as a grid of thumbnails
34-
Set to ``"list"`` to get your images to display as a list with image titles.
34+
Set to ``"list"`` to get your images to display as a list with image titles.

vendor/refinerycms/pages/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,4 @@ Simply lets you select from an existing image found in the Images tab or upload
153153
Some pages you have to keep in order for Refinery to stay fully functional:
154154

155155
* Home page - the page that has ``link_url`` to ``root_url`` (normally /)
156-
* Page not found - the default 404 page
156+
* Page not found - the default 404 page

vendor/refinerycms/resources/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ The Resources plugin allows you to upload files such as PDFs and other files you
66

77
## How it works
88

9-
The resources plugin uses [dragonfly](http://github.com/markevans/dragonfly) to handle the storage of files. This plugin is mainly comprised of the [Crudfiy mixin](http://github.com/resolve/refinerycms/blob/master/vendor/plugins/refinery/crud.md).
9+
The resources plugin uses [dragonfly](http://github.com/markevans/dragonfly) to handle the storage of files. This plugin is mainly comprised of the [Crudfiy mixin](http://github.com/resolve/refinerycms/blob/master/vendor/plugins/refinery/crud.md).

vendor/refinerycms/settings/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ The following will automatically create a new Refinery setting called "show_trad
5252

5353
So as you can see this is quite clever because you can quickly define new settings and their defaults right from the view as you need them.
5454

55-
This setting would then show up in the backend in the 'Settings' area where the client could change the value as their trade show approaches. Easy as pie!
55+
This setting would then show up in the backend in the 'Settings' area where the client could change the value as their trade show approaches. Easy as pie!

0 commit comments

Comments
 (0)