diff --git a/docs/api/reference.md b/docs/api/reference.md
index 04ca4ccef..534b65873 100644
--- a/docs/api/reference.md
+++ b/docs/api/reference.md
@@ -5,8 +5,6 @@ title: API Reference
import { types, objects, PrimitiveTypeList, PrimitiveType, StructType, Method, MethodBox } from './types';
import APIList from './APIList';
-This is the documentation of all available API methods. The API has not been released yet, but it will be available in the next update. This section is a work in progress.
-
-Gets the balance for an account. If a cutoff is given, it gives the account balance as of that date. If no cutoff is given, it uses the current date as the cutoff.
+Gets the balance for an account. If a cutoff is given, it gives the account balance as of that date. If no cutoff is given, it uses the current date as the cutoff.
#### Examples
@@ -505,7 +503,7 @@ Create a rule. Returns the new rule, including the `id`.
-Update fields of a rule. `fields` can specify any field described in [`Rule`](#rule). Returns the updated rule.
+Update fields of a rule. `fields` can specify any field described in [`Rule`](#rule). Returns the updated rule.
#### `deleteRule`
@@ -582,7 +580,7 @@ Creates a new budget file with the given name, and then runs the custom importer
-Returns a list of all budget files either locally cached or on the remote server. Remote files have a `state` field and local files have an `id` field.
+Returns a list of all budget files either locally cached or on the remote server. Remote files have a `state` field and local files have an `id` field.
#### `loadBudget`
diff --git a/docs/contributing/index.md b/docs/contributing/index.md
index de1adca40..0a201ff4e 100644
--- a/docs/contributing/index.md
+++ b/docs/contributing/index.md
@@ -32,6 +32,7 @@ Here are some initial guidelines for how contributions will be treated:
- @joel-jeremy
- @MatissJanis
- @matt-fidd
+- @MikesGlitch
- @teprifer
- @twk3
- @youngcw