Skip to content

Commit 3114ace

Browse files
author
Raphael Schweikert
committed
chore(meta): fix typos
1 parent 72eb49b commit 3114ace

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Exclude the playwright task from `./gradlew check` by passing `-x playwright`.
4040

4141
### Working on the GUI editor
4242

43-
To run the editor GUI independently from AEM (and with mocked responses), the watch mode can be used:
43+
To run the editor GUI independently of AEM (and with mocked responses), the watch mode can be used:
4444

4545
1. Install the NPM dependencies using `./gradlew npmInstall` (`npm ci` would also work but the Gradle task is preferred because it will use Gradle’s up-to-date checking mechanism).
4646
2. Run `npm run watch` to start both the development server and the JS bundler (parcel) in watch + hot reload mode.
@@ -57,7 +57,7 @@ Valid scopes for this project are:
5757

5858
Commits that fall into none of these scopes or change aspects in more than one of them should not specify a scope.
5959

60-
Ideally, each commit should should represent a working and buildable state but still only contain an atomic change compared to its parent. Please rewrite history accordingly before opening a PR.
60+
Ideally, each commit should represent a working and buildable state but still only contain an atomic change compared to its parent. Please rewrite history accordingly before opening a PR.
6161

6262
## License
6363

0 commit comments

Comments
 (0)