Development

#3648 (Remove trailing / in Chapter 3)

You must first sign up to be able to contribute.

Ticket #3648 (closed documentation: fixed)

Opened 6 months ago

Last modified 6 months ago

Remove trailing / in Chapter 3

Reported by: zeemuch Assigned to: fabien
Priority: minor Milestone:
Component: other Version: 1.0.16
Keywords: Cc:
Qualification: Unreviewed

Description

I believe you don't want the trailing slash at the end of the directories as shown in the Chapter 3 documentation like this.

<?php $sf_symfony_lib_dir = '/path/to/symfony/lib/'; $sf_symfony_data_dir = '/path/to/symfony/data/';

Later in Chapter 19 in listing 19-6 you the slashes are removed like this...

<?php // symfony directories $sf_symfony_lib_dir = '/path/to/symfony/lib'; $sf_symfony_data_dir = '/path/to/symfony/data';

Change History

05/28/08 14:37:59 changed by FabianLange

  • status changed from new to closed.
  • resolution set to fixed.

(In [9341]) doc: fixed typo. fixes #3648