Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AnilSeervi committed May 16, 2020
1 parent b34628a commit f191b7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions std/fs/copy.ts
Expand Up @@ -201,7 +201,7 @@ function copyDirSync(src: string, dest: string, options: CopyOptions): void {

/**
* Copy a file or directory. The directory can have contents. Like `cp -r`.
* Requires the `--allow-read` and `--alow-write` flag.
* Requires the `--allow-read` and `--allow-write` flag.
* @param src the file/directory path.
* Note that if `src` is a directory it will copy everything inside
* of this directory, not the entire directory itself
Expand Down Expand Up @@ -240,7 +240,7 @@ export async function copy(

/**
* Copy a file or directory. The directory can have contents. Like `cp -r`.
* Requires the `--allow-read` and `--alow-write` flag.
* Requires the `--allow-read` and `--allow-write` flag.
* @param src the file/directory path.
* Note that if `src` is a directory it will copy everything inside
* of this directory, not the entire directory itself
Expand Down

0 comments on commit f191b7e

Please sign in to comment.