Skip to content

Commit

Permalink
Very minor text fixes
Browse files Browse the repository at this point in the history
I know I'm being pedantic!
  • Loading branch information
jamessturges authored and TingPing committed Aug 29, 2022
1 parent 6f5f381 commit 457ad72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conventions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ For some practical examples of bad IDs

- ``io.github.Foo``

This is problematic because while ``foo.github.io`` may be unique to your project it does not
include a project specific identifier. This may cause issues if another project creates
This is problematic because while ``foo.github.io`` may be unique to your project, it does not
include a project-specific identifier. This may cause issues if another project creates
``io.github.Foo-Bar`` which should be its own namespace but areas of ``flatpak`` may treat them
similar. A better ID would be ``io.github.foo.Foo`` even if its redundant.
similar. A better ID would be ``io.github.foo.Foo`` even if it is redundant.

- ``org.example-site.Foo``

Expand Down

0 comments on commit 457ad72

Please sign in to comment.