Skip to content

Commit 1b1d03c

Browse files
kenjispaulbalandan
andauthored
docs: fix by proofreading
Co-authored-by: John Paul E. Balandan, CPA <51850998+paulbalandan@users.noreply.github.com>
1 parent 5fef49f commit 1b1d03c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/concepts/services.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ In some instances, you will want the option to pass a setting to the class durin
115115
Since the services file is a very simple class, it is easy to make this work.
116116

117117
A good example is the ``renderer`` service. By default, we want this class to be able
118-
to find the views at ``APPPATH . views/``. We want the developer to have the option of
118+
to find the views at ``APPPATH . 'views/'``. We want the developer to have the option of
119119
changing that path, though, if their needs require it. So the class accepts the ``$viewPath``
120120
as a constructor parameter. The service method looks like this:
121121

0 commit comments

Comments
 (0)