Skip to content

Commit 9077cd7

Browse files
committed
Correct typo
1 parent dcb945b commit 9077cd7

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

notes/0.2.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The ending `FX` was added to avoid conflicts with ScalaFXML macros clashing with
1717

1818
The are new demos, in `scalafx-extras-demos` project that illustrate the use of the `scalafx-extras` features.
1919

20-
To post questions please use [ScalaFX Users Group][5] of [StackOverflow ScalaFX][6]
20+
To post questions please use [ScalaFX Users Group][5] or [StackOverflow ScalaFX][6]
2121

2222
[5]: https://groups.google.com/forum/#!forum/scalafx-users
2323
[6]: https://stackoverflow.com/questions/tagged/scalafx

notes/0.2.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Changes:
44

55
* Build is done now against ScalaFX 11
66

7-
To post questions please use [ScalaFX Users Group][5] of [StackOverflow ScalaFX][6]
7+
To post questions please use [ScalaFX Users Group][5] or [StackOverflow ScalaFX][6]
88

99
[5]: https://groups.google.com/forum/#!forum/scalafx-users
1010
[6]: https://stackoverflow.com/questions/tagged/scalafx

notes/0.3.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Changes:
44

55
* [Issue #2][2] `BusyWorker.doTask` now disallows use of code blocks, must use lambda notation to avoid execution on incorrect thread.
66

7-
To post questions please use [ScalaFX Users Group][5] of [StackOverflow ScalaFX][6]
7+
To post questions please use [ScalaFX Users Group][5] or [StackOverflow ScalaFX][6]
88

99
[5]: https://groups.google.com/forum/#!forum/scalafx-users
1010
[6]: https://stackoverflow.com/questions/tagged/scalafx

notes/0.3.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Changes:
88
* [Issue #4][4] Add support for Scala 2.13
99

1010

11-
To post questions please use [ScalaFX Users Group][scalafx-users] of [StackOverflow ScalaFX][scalafx-overflow]
11+
To post questions please use [ScalaFX Users Group][scalafx-users] or [StackOverflow ScalaFX][scalafx-overflow]
1212

1313
[scalafx-users]: https://groups.google.com/forum/#!forum/scalafx-users
1414
[scalafx-overflow]: https://stackoverflow.com/questions/tagged/scalafx

notes/0.3.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Enhancements:
66
* [Issue #6][6] SimpleTask - add more flexibility in handling tasks states
77

88

9-
To post questions please use [ScalaFX Users Group][scalafx-users] of [StackOverflow ScalaFX][scalafx-overflow]
9+
To post questions please use [ScalaFX Users Group][scalafx-users] or [StackOverflow ScalaFX][scalafx-overflow]
1010

1111
[scalafx-users]: https://groups.google.com/forum/#!forum/scalafx-users
1212
[scalafx-overflow]: https://stackoverflow.com/questions/tagged/scalafx

notes/0.3.3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Bug fix release:
55
* [Issue #7][7] BusyWorker: scala.MatchError
66

77

8-
To post questions please use [ScalaFX Users Group][scalafx-users] of [StackOverflow ScalaFX][scalafx-overflow]
8+
To post questions please use [ScalaFX Users Group][scalafx-users] or [StackOverflow ScalaFX][scalafx-overflow]
99

1010
[scalafx-users]: https://groups.google.com/forum/#!forum/scalafx-users
1111
[scalafx-overflow]: https://stackoverflow.com/questions/tagged/scalafx

0 commit comments

Comments
 (0)