diff --git a/Tips-and-Tricks.textile b/Tips-and-Tricks.textile index 9a2dbe1..ebca2a3 100644 --- a/Tips-and-Tricks.textile +++ b/Tips-and-Tricks.textile @@ -108,9 +108,9 @@ export UNDERLINE='\\033[4m' *Method 1: ownCloud Sync Client* # Install the ownCloud Sync Agent. Directions "here":http://owncloud.org/sync-clients/
- # Copy all of your todo.txt scripts, text files, and addons to a directory within the
- default ownCloud sync directory. (Optionaly you can create a hard link to the ownCloud - directory but sym links do NOT work with the ownCloud sync client at this time).
+ # Copy all of your todo.txt scripts, text files, and add-ons to a directory within the
+ default ownCloud sync directory. (Optionally you can create a hard link to the ownCloud + directory but symlinks do NOT work with the ownCloud sync client at this time).
# Follow the process described in:
**"Access todo.sh from anywhere in the file tree"** and **"Avoid typing todo.sh every time"**
*Notes:*
@@ -124,7 +124,7 @@ export UNDERLINE='\\033[4m' # Install davfs2 support on your distro of choice. Directions for the command line and
the gui for most operating systems can be found "here":http://doc.owncloud.org/server/4.5/user_manual/connecting_webdav.html
- # Copy all of your todo.txt scripts, text files, and addons to a directory within the webDav mount and follow step 3 of Method1.
+ # Copy all of your todo.txt scripts, text files, and add-ons to a directory within the webDav mount and follow step 3 of Method1.
# A few options to consider:
* Make the file system mount automatically using fstab.