Skip to content

Commit 9a9fcf7

Browse files
authored
Fixed typos (#313)
1 parent 7ec96c7 commit 9a9fcf7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

USAGE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
## The easy way
44

5-
The easist way to use these packages is by creating a project with
5+
The easiest way to use these packages is by creating a project with
66
[Briefcase](https://github.com/beeware/briefcase). Briefcase will download
77
pre-compiled versions of these support packages, and add them to an Xcode project
88
(or pre-build stub application, in the case of macOS).
99

1010
## The manual way
1111

1212
**NOTE** Briefcase usage is the officially supported approach for using this
13-
support package. If you are experiencing diffculties, one approach for debugging
13+
support package. If you are experiencing difficulties, one approach for debugging
1414
is to generate a "Hello World" project with Briefcase, and compare the project that
1515
Briefcase has generated with your own project.
1616

@@ -28,7 +28,7 @@ generated on iOS and visionOS may be used as rough references as well.
2828

2929
### Using Objective C
3030

31-
Once you've added the Python XCframework to your project, you'll need to
31+
Once you've added the Python XCFramework to your project, you'll need to
3232
initialize the Python runtime in your Objective C code (This is step 10 of the
3333
iOS guide linked above). This initialization should generally be done as early
3434
as possible in the application's lifecycle, but definitely needs to be done
@@ -97,7 +97,7 @@ There are 2 ways to access the Python runtime in your project code.
9797

9898
You can use the [Python Embedded C
9999
API](https://docs.python.org/3/extending/embedding.html) to invoke Python code
100-
and interact with Python objects. This is a raw C API that is accesible to both
100+
and interact with Python objects. This is a raw C API that is accessible to both
101101
Objective C and Swift.
102102

103103
### PythonKit

0 commit comments

Comments
 (0)