#5 Fix documentation

マージされた
alyssa 6 年 前 に 1 件のコミットが jokebookservice1/fixdocs から polyglot/master にマージされました
1 ファイル変更2 行追加2 行削除
  1. 2 2
      docs/adding-a-backend.md

+ 2 - 2
docs/adding-a-backend.md

@@ -1,9 +1,9 @@
 # Adding a backend
 
-Adding a backend to polyglot can be simple an fun! Polyglot backends are small
+Adding a backend to polyglot can be simple and fun! Polyglot backends are small
 Python programs that connect to a given third-party system, usually a [learning
 management system](https://en.wikipedia.org/wiki/Learning_management_system).
 
 _This guide covers backends where the API is already known. For help
 reverse-engineering systems, see [the reverse engineering
-guide](/docs/reversing.md)._
+guide](./reversing.md)._