Skip to content

Commit

Permalink
Fix one more typo
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Oct 17, 2023
1 parent e8849a5 commit ec681d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const glfw = require('glfw-raub');
Here `glfw` is an API container, where all `glfw*` functions are accessible as
`glfw.*`. E.g. `glfwSetWindowTitle` -> `glfw.setWindowTitle`.

See [TypeSctipt definitions](/index.d.ts) for more details.
See [TypeScript definitions](/index.d.ts) for more details.

----------

Expand Down

0 comments on commit ec681d5

Please sign in to comment.