Skip to content

Commit 4d77c17

Browse files
fixed typos, miss spelling integration
1 parent 6466261 commit 4d77c17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AWS/03-Integration/install_integration_packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ conda install bioconda::bioconductor-motifstack -y
5959
R -e 'install.packages(c("IRkernel"), repos="http://cran.rstudio.com/")'
6060

6161
# Install the kernel specification for Jupyter
62-
R -e 'IRkernel::installspec(name = "R-Intergration", displayname = "R-Intergration")'
62+
R -e 'IRkernel::installspec(name = "R-Integration", displayname = "R-Integration")'

GoogleCloud/03-Integration/install_integration_packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ conda install -c conda-forge jupyterlab -y
5959
R -e 'install.packages(c("IRkernel"), repos="http://cran.rstudio.com/")'
6060

6161
# Install the kernel specification for Jupyter
62-
R -e 'IRkernel::installspec(name = "R-Intergration", displayname = "R-Intergration")'
62+
R -e 'IRkernel::installspec(name = "R-Integration", displayname = "R-Integration")'

0 commit comments

Comments
 (0)