Skip to content

Commit 7dd377e

Browse files
authored
NOJIRA: fix readme typos (sakaiproject#9932)
1 parent 5e7bc49 commit 7dd377e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The other branches are currently or previously supported releases. See below for
1212

1313
This is the "Mini Quick Start" for more complete steps to get Sakai configured please look at [this guide on the wiki](https://github.com/sakaiproject/sakai/wiki/Quick-Start-from-Source).
1414

15-
To build Sakai you need Java 1.8. Once you have clone a copy of this repository you can
15+
To build Sakai you need Java 1.8. Once you have, clone a copy of this repository you can
1616
build it by running (or `./mvnw install` if you don't have Maven installed):
1717
```
1818
mvn install
@@ -34,7 +34,7 @@ mvn clean install sakai:deploy -Dmaven.tomcat.home=/path/to/your/tomcat
3434
Now start Tomcat:
3535
```
3636
cd /path/to/your/tomcat/bin
37-
./startup.sh && tail -f ../logs.catalina.out
37+
./startup.sh && tail -f ../logs/catalina.out
3838
```
3939

4040
Once Sakai has started up (it usually takes around 30 seconds), open your browser and navigate to http://localhost:8080/portal
@@ -89,14 +89,14 @@ For full history of supported releases please see our [release information on co
8989

9090
## Under Development
9191

92-
[Sakai 21.2](https://confluence.sakaiproject.org/display/REL/Sakai+20+Straw+person) is the current developement release of Sakai 21. It is expected to release Q3 2021.
92+
[Sakai 21.2](https://confluence.sakaiproject.org/display/REL/Sakai+20+Straw+person) is the current development release of Sakai 21. It is expected to release Q3 2021.
9393

94-
[Sakai 20.5](https://confluence.sakaiproject.org/display/REL/Sakai+20+Straw+person) is the current developement release of Sakai 20. It is expected to release Q4 2021.
94+
[Sakai 20.5](https://confluence.sakaiproject.org/display/REL/Sakai+20+Straw+person) is the current development release of Sakai 20. It is expected to release Q4 2021.
9595

9696
## Accessibility
9797
[The Sakai Accessibility Working Group](https://confluence.sakaiproject.org/display/2ACC/Accessibility+Working+Group) is responsible for ensuring that the Sakai framework and its tools are accessible to persons with disabilities. [The Sakai Ra11y plan](https://confluence.sakaiproject.org/display/2ACC/rA11y+Plan) is working towards a VPAT and/or a WCAG2 certification.
9898

99-
CKSource has created a GPL licensed open source version of their [Accessibility Checker](https://cksource.com/ckeditor/services#accessibility-checker) that lets you inspect the accessibility level of content created in CKEditor and immediately solve any accessibility issues that are found. CKEditor is the open source rich text editor used throughout Sakai. Whlie the Accessibility Checker, due to the GPL license, can not be bundled with Sakai, it can be used with Sakai and the A11y group has created [instructions](https://confluence.sakaiproject.org/display/2ACC/CKEditor+Accessibility+Checker) to help you.
99+
CKSource has created a GPL licensed open source version of their [Accessibility Checker](https://cksource.com/ckeditor/services#accessibility-checker) that lets you inspect the accessibility level of content created in CKEditor and immediately solve any accessibility issues that are found. CKEditor is the open source rich text editor used throughout Sakai. While the Accessibility Checker, due to the GPL license, can not be bundled with Sakai, it can be used with Sakai and the A11y group has created [instructions](https://confluence.sakaiproject.org/display/2ACC/CKEditor+Accessibility+Checker) to help you.
100100

101101
## Skinning Sakai
102102
Documentation on how to alter the Sakai skin (look and feel) is here https://github.com/sakaiproject/sakai/tree/master/library

0 commit comments

Comments
 (0)