diff options
author | Haoran S. Diao <0@hairydiode.xyz> | 2019-02-07 15:13:20 -0500 |
---|---|---|
committer | Haoran S. Diao <0@hairydiode.xyz> | 2019-02-07 15:13:20 -0500 |
commit | 5bdd88ae20afa20726e14ffe7c54ea859bfd289a (patch) | |
tree | 7314c82fa32771c55fb031a0a997b05bda09684c | |
parent | a0d5737366d1bf0bb5f243798a6b92a58cca653b (diff) |
Fixed a typo
-rw-r--r-- | cont/csc-workflow.html | 2 | ||||
-rw-r--r-- | csc-workflow.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cont/csc-workflow.html b/cont/csc-workflow.html index 3326f46..b7cdfbc 100644 --- a/cont/csc-workflow.html +++ b/cont/csc-workflow.html @@ -24,7 +24,7 @@ This will clone a repository named "csc-code" git checkout $branch where $branch could be: - arduinp-devel + arduino-devel frontend-devel backend-devel controller-devel diff --git a/csc-workflow.html b/csc-workflow.html index f7d891a..bd6db5f 100644 --- a/csc-workflow.html +++ b/csc-workflow.html @@ -40,7 +40,7 @@ This will clone a repository named "csc-code" git checkout $branch where $branch could be: - arduinp-devel + arduino-devel frontend-devel backend-devel controller-devel |