Skip to content

Commit

Permalink
Merge pull request #3091 from AlessandroMinoccheri/fix-typos-in-md-files
Browse files Browse the repository at this point in the history
fix some typos in contributing and install files
  • Loading branch information
differentreality authored Oct 27, 2022
2 parents 9d98b30 + f98f6a5 commit ca3c5b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ this code in the future. We define proper commit messages like this:
* The title of your commit message summarizes **what** has been done
* The body of your commit message explains **why** you have done this

If the title is to small to explain **what** you have done, then you can of course
If the title is too small to explain **what** you have done, then you can of course
elaborate about it in the body. Please avoid explaining *how* you have done this,
we are developers too and we see the diff, if we do not understand something we will
ask you in the review.
Expand Down
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ There is a rudimentary docker-compose configuration for production usage (`docke
```

## Configuration
OSEM is configured through environment variables and falls back to sensible defaults. See the [dotenv.example](https://github.com/openSUSE/osem/blob/master/dotenv.example) for all possible configuration options. However here is a list of things you most likey want to configure because otherwise things will not work as expected.
OSEM is configured through environment variables and falls back to sensible defaults. See the [dotenv.example](https://github.com/openSUSE/osem/blob/master/dotenv.example) for all possible configuration options. However here is a list of things you most likely want to configure because otherwise things will not work as expected.

### `SECRET_KEY_BASE`
A [random string](https://www.randomlists.com/string?base=16&length=64&qty=1) to encrypt sessions/cookies.
Expand All @@ -73,7 +73,7 @@ The name of your OSEM installation
By default OSEM tries to send emails over localhost.

#### `OSEM_HOSTNAME`
The host this OSEM instance runs on. This is used for generating urls in emails sent.
The host this OSEM instance runs on. This is used for generating URLs in emails sent.

#### `OSEM_EMAIL_ADDRESS`
The address OSEM uses to sending mails from.
Expand Down

0 comments on commit ca3c5b5

Please sign in to comment.