Skip to content

Commit 6016018

Browse files
tedfelixDanAlbert
authored andcommitted
Fix typos in teapots sample doc.
1 parent faeda26 commit 6016018

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

teapots/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Teapots
22

33
Teapots is an collection of Android C++ samples that uses a Teapot rendering to
4-
demostrate Android NDK platform features:
4+
demonstrate Android NDK platform features:
55

66
- classic-teapot: Rendering classic teapot mesh using GLES 2.0 API and
77
[NativeActivity](http://developer.android.com/reference/android/app/NativeActivity.html).
88
- more-teapots: Rendering multiple instances of Classic Teapot with GLES 3.0
99
Instance Rendering
10-
- choreographer-30fps: demonstrates multiple frame rate throttoling techniques
10+
- choreographer-30fps: demonstrates multiple frame rate throttling techniques
1111
based on API level using Choreographer API and EGL Android presentation time
1212
extension.
1313
- textured-teapot: Rendering classic teapot plus textures
@@ -18,7 +18,7 @@ This sample uses the new
1818
[Android Studio CMake plugin](http://tools.android.com/tech-docs/external-c-builds)
1919
with C++ support.
2020

21-
## Pre-requisites
21+
## Prerequisites
2222

2323
- Android Studio 4.0.0 with [NDK](https://developer.android.com/ndk/)
2424
- Android
@@ -51,7 +51,7 @@ submitting a pull request through GitHub. Please see
5151
[CONTRIBUTING.md](../CONTRIBUTING.md) for more details.
5252

5353
- [Stack Overflow](http://stackoverflow.com/questions/tagged/android-ndk)
54-
- [Android Tools Feedbacks](http://tools.android.com/feedback)
54+
- [Android Tools Feedback](http://tools.android.com/feedback)
5555

5656
## License
5757

0 commit comments

Comments
 (0)