Skip to content

Commit 31ed8c2

Browse files
authored
Merge pull request novalagung#188 from zulfikarmuzakir/master
Fix typo
2 parents f672e64 + 01b0d33 commit 31ed8c2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

C-best-practice-configuration-env-var.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Kemudian tambahkan lagi statement pengambilan nilai *env var* `SERVER_PORT`.
7373

7474
```go
7575
confServerPort := os.Getenv("SERVER_PORT")
76-
if confAppName == "" {
76+
if confServerPort == "" {
7777
e.Logger.Fatal("SERVER_PORT config is required")
7878
}
7979
```

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,5 @@ Berikut merupakan hall of fame kontributor yang sudah berbaik hati menyisihkan w
4949
1. [Wahyu Kristianto](https://github.com/Kristories)
5050
1. [Widodo](https://github.com/purwowd)
5151
1. [Yofriadi Yahya](https://github.com/yofriadi)
52+
1. [Zulfikar Ali Muzakir](https://github.com/zulfikarmuzakir)
5253
1. ... anda :-)

0 commit comments

Comments
 (0)