Skip to content

Commit e18cb59

Browse files
authored
Merge pull request #6928 from kenjis/fix-docs-install-cons
docs: fix Cons in installing
2 parents 4529901 + 89589f2 commit e18cb59

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

user_guide_src/source/installation/installing_composer.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,13 @@ Read the :doc:`upgrade instructions <upgrading>`, and check Breaking Changes and
7272
Pros
7373
----
7474

75-
Simple installation; easy to update
75+
Simple installation; easy to update.
7676

7777
Cons
7878
----
7979

80-
You still need to check for ``app/Config`` changes after updating
80+
You still need to check for file changes in the **project space**
81+
(root, app, public, writable) after updating.
8182

8283
Structure
8384
---------
@@ -155,12 +156,13 @@ Read the :doc:`upgrade instructions <upgrading>`, and check Breaking Changes and
155156
Pros
156157
----
157158

158-
Relatively simple installation; easy to update
159+
Relatively simple installation; easy to update.
159160

160161
Cons
161162
----
162163

163-
You still need to check for ``app/Config`` changes after updating
164+
You still need to check for file changes in the **project space**
165+
(root, app, public, writable) after updating.
164166

165167
Structure
166168
---------

user_guide_src/source/installation/installing_manual.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ Read the :doc:`upgrade instructions <upgrading>`, and check Breaking Changes and
4444
Pros
4545
====
4646

47-
Download and run
47+
Download and run.
4848

4949
Cons
5050
====
5151

52-
You are responsible for merge conflicts when updating
52+
You are responsible for merge conflicts when updating.
5353

5454
Structure
5555
=========

0 commit comments

Comments
 (0)