Typo fix in README.md: "small about" -> "small amount" (#1639)

zio/stable
Toni Alatalo 2023-10-09 21:48:57 +03:00 committed by GitHub
parent 77b21dfb1c
commit c43a0d8160
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Get the app itself:
This is a [React Native](https://reactnative.dev/) application, written in the TypeScript programming language. It builds on the `atproto` TypeScript packages (like [`@atproto/api`](https://www.npmjs.com/package/@atproto/api)), code for which is also on open source, but in [a different git repository](https://github.com/bluesky-social/atproto).
There is a small about of Go language source code (in `./bskyweb/`), for a web service that returns the React Native Web application.
There is a small amount of Go language source code (in `./bskyweb/`), for a web service that returns the React Native Web application.
The [Build Instructions](./docs/builds.md) are a good place to get started with the app itself.