Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
deining committed Jan 5, 2025
1 parent b343afa commit 5400f89
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion _posts/2020-04-06-updated-release-schedule.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Unfortunately a number of our core development team have been unwell and/or had
family members over the last months. We know that a lot of teams have been impacted
by the recent outbreaks around the world and our thoughts are with them.
Hopefully those of you who are relying on Fyne for their software development will
understand as we re-structure our plans to accomodate ongoing uncertainty.
understand as we re-structure our plans to accommodate ongoing uncertainty.

The largest impact on our delivery plans is that the data binding feature which we know
people have been waiting for will not be in the next feature release.
Expand Down
4 changes: 2 additions & 2 deletions _posts/2020-06-05-v1.3-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ categories: blog
---

It is finally here, the 1.3 release is out and ready for you to start building against!
If you were waiting for file dialogs, notifications, accordian, splitter or textgrid widgets this is your lucky day. You can also find new APIs for showing splash windows, image scaling and the ability
If you were waiting for file dialogs, notifications, accordion, splitter or textgrid widgets this is your lucky day. You can also find new APIs for showing splash windows, image scaling and the ability
to set cursor and keyboard hints in custom widgets.

![](/blog/img/file-open.png)
Expand Down Expand Up @@ -49,7 +49,7 @@ about platform specific code.
* Apps started on a goroutine will now panic as this is not supported
* On Linux apps now simulate 120DPI instead of 96DPI
* Improved fyne_settings scale picking user interface
* Reorganised fyne_demo to accomodate growing collection of widgets and containers
* Reorganised fyne_demo to accommodate growing collection of widgets and containers
* Rendering now happens on a different thread to events for more consistent drawing
* Improved text selection on mobile devices

Expand Down
2 changes: 1 addition & 1 deletion _posts/2021-01-25-introducing-fyne-v2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ There are so many new features to talk about, let's dive right in!
## Data Binding

Data binding is a powerful new API that helps applications with lots of data avoid the complex code required to keep widgets and data storage up to date.
By using a data binding the widget displaying your data will always have the same value as the sorce of that data. Additionally any widgets that can edit data will ensure that changes are immediately applied to the original data.
By using a data binding the widget displaying your data will always have the same value as the source of that data. Additionally any widgets that can edit data will ensure that changes are immediately applied to the original data.

The data binding package defines many types (primitive data types as well as `List`, `Map` and `Struct`) that will cover most use-cases.
It also defines various conversion tools so that you can present formatted strings derived from other data types whilst keeping everything up to date automatically.
Expand Down
2 changes: 1 addition & 1 deletion _posts/2023-05-19-2.4-teasers.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ However it will be a few more weeks before we have something ready to announce o
## Rounded Rectangles

Thanks to the hard work of [Renlite](https://github.com/renlite) we have finally been
able to add rounded radius to the rectangle primitive in our canvas pacakge.
able to add rounded radius to the rectangle primitive in our canvas package.
In addition this means that rectangles are drawn faster than ever, speeding up all Fyne applications as a bonus!

Apps using Fyne v2.4.0 and above will have a new theme that makes use of this to round
Expand Down
2 changes: 1 addition & 1 deletion _sass/bootstrap/_input-groups.scss
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
font-size: 0;
white-space: nowrap;

// Negative margin for spacing, position for bringing hovered/focused/actived
// Negative margin for spacing, position for bringing hovered/focused/activated
// element above the siblings.
> .btn {
position: relative;
Expand Down
4 changes: 2 additions & 2 deletions contribute/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ find. Ask us anything on our contact forms and please
</div>
<div class="col-lg-12 text-center" markdown="1">
Of course you can contribute by being a [sponsor](https://github.com/sponsors/fyne-io/) or making a [donation](/sponsor/).
We are endebted to our existing [sponsors](/sponsor/) and thank them for
We are indebted to our existing [sponsors](/sponsor/) and thank them for
believing in this project.
</div>

Expand All @@ -115,7 +115,7 @@ believing in this project.

Making decisions quickly is important but we also want to ensure that we've
taken in to account important facts and all viewpoints.
At all times we want to be aligned on the same vision so that coflicting
At all times we want to be aligned on the same vision so that conflicting
opinions are not common and that we're all heading in the same direction.

### Majority
Expand Down
4 changes: 2 additions & 2 deletions events/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -598,14 +598,14 @@ Fyne Conf is the world’s first conference focused on the Fyne toolkit, it’s

*16 September 2019 - GolangVan (Vancouver)*

Introduction to the Fyne toolkit fo building cross platform GUIs.
Introduction to the Fyne toolkit for building cross platform GUIs.

[Event details](https://www.meetup.com/golangvan/events/263156126/)
</div>


<div class="col-lg-4 text-center" markdown="1">
### Easily build cross platform graphical applictions with Fyne
### Easily build cross platform graphical applications with Fyne

*21 October 2019 - GoLab (Florence)*

Expand Down
2 changes: 1 addition & 1 deletion support/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ and a detailed look at many of the core APIs.
Released to coincide with the v2.0.0 Fyne release it covers core functionality for the toolkit
as well as new features including data binding, animation and custom themes.

The book starts with an introduction to GUI development and the Fyne vision, progresses through a walkthrough of how to creeate various applications and concludes with a section on best practices and how to upload your app to various market places and app stores.
The book starts with an introduction to GUI development and the Fyne vision, progresses through a walkthrough of how to create various applications and concludes with a section on best practices and how to upload your app to various market places and app stores.
Each chapter in the main body of the book is illustrated by a full worked example, resulting in 5 complete applications to demonstrate the concepts explored.

</div>
Expand Down
2 changes: 1 addition & 1 deletion vision/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ simple to develop an application that can run on all platforms without
modification or adaptation.
Fyne apps are installed like regular applications on all platforms and deliver great performance
and solid user experience.
We are targetting the nirvana of
We are targeting the nirvana of
cross-platform native application development.

</div>
Expand Down

0 comments on commit 5400f89

Please sign in to comment.