Skip to content
This repository was archived by the owner on Feb 8, 2023. It is now read-only.

Commit 355ec82

Browse files
committed
Update README.md
1 parent a693dee commit 355ec82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Include the maven dependency in your `pom.xml`:
1919
</dependency>
2020
```
2121

22-
If you don`t use Maven you can build the artifact from this repository, by installing [git SCM](https://git-scm.com/downloads), [Maven](https://maven.apache.org/download.cgi) and executing the commands below:
22+
If you don't use Maven you can build the artifact from this repository, by installing [git SCM](https://git-scm.com/downloads), [Maven](https://maven.apache.org/download.cgi) and executing the commands below:
2323

2424
```shell
2525
$ git clone https://github.com/js-cookie/java-cookie.git
@@ -144,7 +144,7 @@ To override the default cookie decoding you need to use a [converter](#converter
144144

145145
## Cookie Attributes
146146

147-
the default cookie attributes can be set globally by setting properties of the `.defaults()` instance or individually for each call to `.set(...)` by passing an `Attributes` instance in the last argument. Per-call attributes override the default attributes.
147+
The default cookie attributes can be set globally by setting properties of the `.defaults()` instance or individually for each call to `.set(...)` by passing an `Attributes` instance in the last argument. Per-call attributes override the default attributes.
148148

149149
```java
150150
Cookies cookies = Cookies.initFromServlet( request, response );
@@ -242,7 +242,7 @@ Define whether your cookie should be restricted to a first party or same-site co
242242

243243
**Default:** not set
244244

245-
Note that more recent browsers are making "Lax" the default value even without specifiying anything here.
245+
Note that more recent browsers are making "Lax" the default value even without specifying anything here.
246246

247247
**Examples:**
248248

0 commit comments

Comments
 (0)