Skip to content

Commit aac1f24

Browse files
authored
fix small spelling errors in README
1 parent c395adc commit aac1f24

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ kind: ClusterRBACSyncConfig
7272
metadata:
7373
name: example-simple
7474
spec:
75-
# Defines the roleRef to use against the subects defined above.
75+
# Defines the roleRef to use against the subjects defined above.
7676
bindings:
7777
7878
roleRef:
@@ -226,7 +226,7 @@ Usage of bin/rbacsync:
226226
```
227227

228228
In configuring upstreams, you'll likely have to add one or more flags. Note
229-
that you can also increase logging granulatiy, if you need more in depth
229+
that you can also increase logging granularity, if you need more in depth
230230
debugging.
231231

232232
#### Enabling GSuite Group Configuration
@@ -425,11 +425,11 @@ You'll need cluster admin to perform this operation.
425425
Release Process
426426
---------------
427427
428-
RBACSync is versioned using [semantic versioing](https://semver.org/). For the
428+
RBACSync is versioned using [semantic versioning](https://semver.org/). For the
429429
most part, patch releases should be only bug fixes, minor releases can have
430430
backwards compatible feature introductions and major releases are for breaking
431431
changes. If you can't decide whether a feature or change is breaking, err on
432-
the side of caution when incrementing the verion number and just do it.
432+
the side of caution when incrementing the version number and just do it.
433433
434434
The release process for rbacsync is triggered with tags. Every build in master
435435
will pickup the tag and create a version number relative, using a git
@@ -458,7 +458,7 @@ rbacsync 0.1.0
458458

459459
With this release, we introduce support for Google Groups API with
460460
GSuite Directory SDK. This allows one to configure groups without
461-
declared memberships that are queryed to the GSuite upstream resource.
461+
declared memberships that are queried to the GSuite upstream resource.
462462
```
463463
464464
There may be releases with complex information for upgrades and caveats, so
@@ -484,7 +484,7 @@ to be compatible with markdown.
484484
485485
While this is an extra step when releasing the software, it is very helpful
486486
when looking at a project to see its releases properly documented in github.
487-
Falso ollow this practice to have a healthy project!
487+
Also follow this practice to have a healthy project!
488488
489489
# License
490490

0 commit comments

Comments
 (0)