Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
scottcwilson committed Aug 6, 2020
1 parent 7f5501b commit 2eb0710
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions content/dev/code/view_builders/tabledefinitions/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The basic definition consists of a number of entries.
- blacklist: a list of actions that prevent the button being displayed
- linkParams: info on how to build extra parameters for the button link
- title: The text to be displayed as the button title
- buttonClass: a boostrap class applied to the button
- buttonClass: a bootstrap class applied to the button

The `linkParams` entry contains

Expand Down Expand Up @@ -159,7 +159,7 @@ e.g.

# Class Methods

There are various class methods to allow for manipulation of the TableView definion
There are various class methods to allow for manipulation of the TableView definition

## public function getDefinition()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The sql file should reside in
- install.sql


**Warning** As Zen Cart currently uses mainly `MyIsam` tables, there is no way to safely roll back any
**Warning** As Zen Cart currently uses mainly `MyISAM` tables, there is no way to safely roll back any
installer sql if an error occurs. Some support for rollback may be added later (using generated migrations).

Note that an uninstall script (called `uninstall.sql`) may be placed in the same folder.
Expand Down
2 changes: 1 addition & 1 deletion content/user/troubleshooting/cant_stay_logged_in_admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Before you begin, be sure you are familiar with the structure and contents of [c
- you have your site configured to store session data in files but your filesystem doesn't have permissions set in such a way as to allow storage of the data
- you have your site set to store session data in the database but the database table ("sessions") is corrupt or database-storage is full and new records cannot be added.

Is your "cache" folder set to writeable (ie: chmod 755 or some other suitable value according to your server's configuration) ?
Is your "cache" folder set to writable (ie: chmod 755 or some other suitable value according to your server's configuration) ?

**Other possibilities:**

Expand Down

0 comments on commit 2eb0710

Please sign in to comment.