typo
Description of Erratum
"... and massaging you Views using this ..." should read
"... and massaging your Views using this ...".
Recommended Correction
add 'r'.
"... and massaging you Views using this ..." should read
"... and massaging your Views using this ...".
add 'r'.
The second paragraph under the "Enable" section states:
"Drupal will not allow you to enable a module if all dependencies are not present in your site files.",
which means if none of the dependencies are present. While this is true, the text should read:
"Drupal will not allow you to enable a module if not all dependencies are present in your site files."
fix grammar.
First bullet point should say "Name: The name of the display of ..."
It currently says, "Name: The same of the display of ..."
change 's' to 'n'
Wrong jQueryUI for the droppable example
- drupal_add_library('system', 'ui.dialog);
+ drupal_add_library('system', 'ui.droppable');
Wrong jQueryUI for the draggable example.
- drupal_add_library('system', 'ui.dialog);
+ drupal_add_library('system', 'ui.draggable');
In the text about the Token module, the possessive "URL's" is used instead of the plural "URLs".
Remove the apostrophe so it reads "search engine-friendly URLs".
The description of Pathauto has a double apostrophe after the word browser. The line should be "... in the browser's address bar."
In the description of the Color module, "hexidecimal" should be "hexadecimal".
In my printing of the book the example for git init reads...
it initgit init
Item #1 in the ordered list begins: "Go back to the profile view image display..." I don't understand what this is trying to say.
I honestly don't know. I've been stuck on this page for about 30 minutes, and still can't figure out what that sentence is supposed to mean.