Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Feb 4, 2020
1 parent dcb945b commit 9077cd7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion notes/0.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The ending `FX` was added to avoid conflicts with ScalaFXML macros clashing with

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

To post questions please use [ScalaFX Users Group][5] of [StackOverflow ScalaFX][6]
To post questions please use [ScalaFX Users Group][5] or [StackOverflow ScalaFX][6]

[5]: https://groups.google.com/forum/#!forum/scalafx-users
[6]: https://stackoverflow.com/questions/tagged/scalafx
2 changes: 1 addition & 1 deletion notes/0.2.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Changes:

* Build is done now against ScalaFX 11

To post questions please use [ScalaFX Users Group][5] of [StackOverflow ScalaFX][6]
To post questions please use [ScalaFX Users Group][5] or [StackOverflow ScalaFX][6]

[5]: https://groups.google.com/forum/#!forum/scalafx-users
[6]: https://stackoverflow.com/questions/tagged/scalafx
2 changes: 1 addition & 1 deletion notes/0.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Changes:

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

To post questions please use [ScalaFX Users Group][5] of [StackOverflow ScalaFX][6]
To post questions please use [ScalaFX Users Group][5] or [StackOverflow ScalaFX][6]

[5]: https://groups.google.com/forum/#!forum/scalafx-users
[6]: https://stackoverflow.com/questions/tagged/scalafx
Expand Down
2 changes: 1 addition & 1 deletion notes/0.3.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Changes:
* [Issue #4][4] Add support for Scala 2.13


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

[scalafx-users]: https://groups.google.com/forum/#!forum/scalafx-users
[scalafx-overflow]: https://stackoverflow.com/questions/tagged/scalafx
Expand Down
2 changes: 1 addition & 1 deletion notes/0.3.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Enhancements:
* [Issue #6][6] SimpleTask - add more flexibility in handling tasks states


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

[scalafx-users]: https://groups.google.com/forum/#!forum/scalafx-users
[scalafx-overflow]: https://stackoverflow.com/questions/tagged/scalafx
Expand Down
2 changes: 1 addition & 1 deletion notes/0.3.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Bug fix release:
* [Issue #7][7] BusyWorker: scala.MatchError


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

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

0 comments on commit 9077cd7

Please sign in to comment.