Skip to content

Commit

Permalink
fixed typo on CONTRIBUTING.md and build_docs.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rzial authored and Nazariglez committed Feb 26, 2024
1 parent 6f6f5fb commit 7494f64
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To be able to compile the Notan examples you will need to have the following pre
* [Python](https://www.python.org/downloads/)
* [Ninja](https://github.com/ninja-build/ninja/wiki/Pre-built-Ninja-packages)

If you want to use the wasm32 target you will need to lauch some additional commands for it:
If you want to use the wasm32 target you will need to execute some additional commands for it:
````cmd
rustup target add wasm32-unknown-unknown
cargo install -f wasm-bindgen-cli --version 0.2.87
Expand Down
13 changes: 0 additions & 13 deletions scripts/build_docs.ps1
Original file line number Diff line number Diff line change
@@ -1,14 +1 @@
<#
.SYNOPSIS
Generate documentation for all features in a Cargo project.
.DESCRIPTION
This script generates documentation for all features in a Cargo project using the "cargo doc --all-features" command.
.NOTES
File Name : generate-doc.ps1
Author : Your Name
Prerequisite : Cargo must be installed on the system.
#>
Start-Process cargo -ArgumentList "doc --all-features" -NoNewWindow -Wait

0 comments on commit 7494f64

Please sign in to comment.