Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typos #7

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,19 @@ If WordPress is up and running it's ok. If not:
3. Check that MySQL is running.
4. Try to load [http://localhost/wordpress](http://localhost/wordpress)  again.

Mac, Unix and Linux users should make sure, that the **wp-config** folder is read-and-writable for _everyone. _Otherwise you may not be able to edit your files, or install themes and plugins. I you don't know whether you can read / write or not, try this: open ../wp-config/plugins/ and create a file, give it the name z.txt or similar. If you're allowed to create the file, it's ok. Since you probably don't want the file any more, delete it again. If you can't create the file, check the folder settings.
Mac, Unix and Linux users should make sure, that the **wp-config** folder is read-and-writable for _everyone. _Otherwise you may not be able to edit your files, or install themes and plugins. You don't know whether you can read / write or not, try this: open ../wp-config/plugins/ and create a file, give it the name z.txt or similar. If you're allowed to create the file, it's ok. Since you probably don't want the file any more, delete it again. If you can't create the file, check the folder settings.

## Teacher Notes

A bulleted list of any handy tips or information for the instructor.

* In general students with Mac computers have difficulties wih read-write-permissions.
* In general students with Mac computers have difficulties with read-write-permissions.
* Go to the students with a Mac, and make sure that the folder **wp-config** is readable and writable.
* Also make sure that all the permissions are redundant ( i.e. the permissions must be valid for all files and folders inside wp-config ).

## Hands-on Walkthrough

The lesson, written in script form with screenshots and live demo instructions to be used by the instructor in a live classroom/workshop setting.
The lesson is written in script form with screenshots and live demo instructions to be used by the instructor in a live classroom/workshop setting.

### Section Heading for Walkthrough

Expand All @@ -89,7 +89,7 @@ A short quiz for students to evaluate their retention of the material presented.

## Quiz

What is the best way to use **else if** condition.
What is the best way to use **else if** condition?
1. else if
2. if else
3. elseif
Expand Down