Skip to content

Commit f4a4ce8

Browse files
two typo fix
Fixed two grammatical errors: 1. Changed "handle" to "handles" in the system architecture section - Original: "It runs Lua, as well as handle Bluetooth networking..." - Fixed: "It runs Lua, as well as handles Bluetooth networking..." - Explanation: The subject "It" (referring to nRF52) requires the third-person singular verb form "handles" to maintain subject-verb agreement. 2. Changed "many" to "may" in the debugging section - Original: "You many need to unlock the device..." - Fixed: "You may need to unlock the device..." - Explanation: "Many" is a determiner/adjective meaning "a large number of", while "may" is a modal verb expressing possibility. The context requires the modal verb to indicate that unlocking might be necessary.
1 parent 991f40a commit f4a4ce8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Welcome to the complete codebase of the Frame hardware. For regular usage, check
66

77
The codebase is split into three sections. The **nRF52 Application**, the **nRF52 Bootloader**, and the **FPGA RTL**.
88

9-
The nRF52 is designed to handle the overall system operation. It runs Lua, as well as handle Bluetooth networking, AI tasks and power management. The FPGA meanwhile, simply handles acceleration of the graphics and camera.
9+
The nRF52 is designed to handle the overall system operation. It runs Lua, as well as handles Bluetooth networking, AI tasks and power management. The FPGA meanwhile, simply handles acceleration of the graphics and camera.
1010

1111
![Frame system architecture diagram](docs/diagrams/frame-system-architecture.drawio.png)
1212

@@ -49,7 +49,7 @@ The nRF52 is designed to handle the overall system operation. It runs Lua, as we
4949

5050
Try running the `Build` task. The project should build normally.
5151

52-
You many need to unlock the device by using the `Erase` task before programming or debugging.
52+
You may need to unlock the device by using the `Erase` task before programming or debugging.
5353

5454
1. To enable IntelliSense, be sure to select the correct compiler from within VSCode. `Ctrl-Shift-P` (`Cmd-Shift-P` on MacOS) → `C/C++: Select IntelliSense Configuration``Use arm-none-eabi-gcc`.
5555

0 commit comments

Comments
 (0)