Просмотр исходного кода

Fix typo in the guide introduction

Richard Ramsden 12 лет назад
Родитель
Сommit
dbecfcc3db
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      guide/introduction.md

+ 1 - 1
guide/introduction.md

@@ -110,5 +110,5 @@ terminate(Req, State) ->
 ```
 
 The `Req` variable above is the Req object, which allows the developer
-to obtain informations about the request and to perform a reply. Its usage
+to obtain information about the request and to perform a reply. Its usage
 is explained in its respective section of the guide.