Skip to content

Commit 1484ede

Browse files
committed
Fix spelling mistakes
1 parent 15083eb commit 1484ede

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
path: '**/*.md'
3434
check_filenames: true
35-
ignore_words_list: tekst
35+
ignore_words_list: tekst,Widgits
3636

3737
build:
3838
name: Build documentation

docs/simplesamlphp-authproc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ This is analogous to:
6969
],
7070
```
7171

72-
Some *Auth Proc Filters* have optional or required *parameters*. To send parameters to *Auth Proc Filters*, you need to choose the second of the two alernatives above. Here is an example of provided parameters to the consent module:
72+
Some *Auth Proc Filters* have optional or required *parameters*. To send parameters to *Auth Proc Filters*, you need to choose the second of the two alternatives above. Here is an example of provided parameters to the consent module:
7373

7474
```php
7575
90 => [

docs/simplesamlphp-googleapps.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,20 @@ The certificate above will be valid for 10 years.
3434

3535
Here is an example of typical user input when creating a certificate request:
3636

37-
Country Name (2 letter code) [AU]:NO
38-
State or Province Name (full name) [Some-State]:Trondheim
39-
Locality Name (eg, city) []:Trondheim
40-
Organization Name (eg, company) [Internet Widgits Pty Ltd]:UNINETT
37+
```bash
38+
Country Name (2 letter code) [AU]: NO
39+
State or Province Name (full name) [Some-State]: Trondheim
40+
Locality Name (eg, city) []: Trondheim
41+
Organization Name (eg, company) [Internet Widgits Pty Ltd]: UNINETT
4142
Organizational Unit Name (eg, section) []:
42-
Common Name (eg, YOUR name) []:dev2.andreas.feide.no
43+
Common Name (eg, YOUR name) []: dev2.andreas.feide.no
4344
Email Address []:
4445

4546
Please enter the following 'extra' attributes
4647
to be sent with your certificate request
4748
A challenge password []:
4849
An optional company name []:
50+
```
4951

5052
**Note**: SimpleSAMLphp will only work with RSA and not DSA certificates.
5153

0 commit comments

Comments
 (0)