Skip to content

Commit 21531df

Browse files
committed
Fix typos
1 parent f7594c5 commit 21531df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ While webR supports interrupting long running computations, interrupting cell ex
7171

7272
### Development install
7373

74-
Note: You will need NodeJS and Python 3.9+ to build the extension package. There is an environment.yml file for conda/mamba/micromamba users to create a conda environment with the required dependencies.å
74+
Note: You will need NodeJS and Python 3.9+ to build the extension package. There is an environment.yml file for conda/mamba/micromamba users to create a conda environment with the required dependencies.
7575

7676
The `jlpm` command is JupyterLab's pinned version of [yarn](https://yarnpkg.com/) that is installed with JupyterLab. You may use `yarn` or `npm` in lieu of `jlpm` below.
7777

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const server_kernel: JupyterLiteServerPlugin<void> = {
3131
}
3232

3333
if (config.repoUrl) {
34-
webROptions.repoUrl = URLExt.parse(config.baseUrl).href;
34+
webROptions.repoUrl = URLExt.parse(config.repoUrl).href;
3535
}
3636

3737
kernelspecs.register({

0 commit comments

Comments
 (0)