Skip to content

Commit fb9f77f

Browse files
committed
Unify spelling of "colocation" and "colocate" in docs
1 parent 2819043 commit fb9f77f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Documentation/05_Kickstarter.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -385,12 +385,12 @@ Neos:
385385
```
386386
387387
388-
### Component file co-location
388+
### Component file colocation
389389
390390
One great feature of Fusion components is that all files constituting this component are located in the same folder.
391391
This does not work by default, since Flow packages' classes reside in `Classes`, while presentational components reside in `Resources/Private/Fusion/Presentation`.
392392

393-
To still achieve co-location, two parameters have to be adjusted:
393+
To still achieve colocation, two parameters have to be adjusted:
394394

395395
#### composer.json
396396

@@ -418,7 +418,7 @@ PackageFactory:
418418
colocate: true
419419
```
420420

421-
> **Hint:** It is highly recommended to decide on co-location once at the start of a project.
421+
> **Hint:** It is highly recommended to decide on colocation once at the start of a project.
422422

423423
---
424424

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ So when using `PackageFactory.AtomicFusion.PresentationObjects`, you need to pay
9999

100100
PresentationObjects require you to write more code than plain AtomicFusion. To remedy that, this package comes with a [scaffolding tool](./Documentation/05_Kickstarter.md) to ease the creation of initial code structures.
101101

102-
Currently, there's also a lot of concepts involved that spread information over the Codebase (`Classes/Presentation/`, `Resources/Private/Fusion/`, `Configuration/`), thus breaking the principle of co-location.
102+
Currently, there's also a lot of concepts involved that spread information over the Codebase (`Classes/Presentation/`, `Resources/Private/Fusion/`, `Configuration/`), thus breaking the principle of colocation.
103103

104-
In theory, co-location could be achieved by leveraging the `autoload.psr-4` configuration in the composer manifest (see: https://getcomposer.org/doc/04-schema.md#psr-4). However, the viability of this idea has not been proven yet.
105-
See also the [Kickstarter section](./Documentation/05_Kickstarter.md) on how to achieve co-location.
104+
In theory, colocation could be achieved by leveraging the `autoload.psr-4` configuration in the composer manifest (see: https://getcomposer.org/doc/04-schema.md#psr-4). However, the viability of this idea has not been proven yet.
105+
See also the [Kickstarter section](./Documentation/05_Kickstarter.md) on how to achieve colocation.
106106

107107
### Fusion Interoperation
108108

0 commit comments

Comments
 (0)